#380CA3

Color #380CA3 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #380CA3

Tints of Persian Indigo #380CA3

Color information

#380CA3 (or 0x380CA3) is unknown color: approx Persian Indigo. HEX triplet: 38, 0C and A3. RGB value is (56,12,163). Sum of RGB (Red+Green+Blue) = 56+12+163=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 163 (64.06% from 255 or 70.56% from 231); Max value from RGB is 163 - color contains mainly: blue. Hex color #380CA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380CA3 is #C7F35C. Grayscale: #292929. Windows color (decimal): -13103965 or 10685496. OLE color: 10685496.

HSL color Cylindrical-coordinate representation of color #380CA3: hue angle of 257.48º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380CA3 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5612163-
CMYK0.660.9300.36
HSL257.48º86.29%34.31%-
HSV(B)257.48º92.64%63.92%-
XYZ8.373.7534.93-
YUV42.37196.08137.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 12 (5.08% from 255) = 5.19%
BLUE value IS 163 (64.06% from 255) = 70.56%
R=24.24%
G=5.19%
B=70.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56121630.660.9300.36257.4886.2934.31
Hex38CA3425D0241015622
Octal701424310213504440112642
Binary1110001100101000111000010101110101001001000000011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380CA3; }

 p { color: rgb(56,12,163); }

 H1.HeaderClassName
 {
   color: #380CA3;
 }
 .AnyTagClassName
 {
   color: #380CA3;
 }
</style>
background-color css

<style>
 a { background-color: #380CA3; }

 a { background-color: rgb(56,12,163); }

 div.DivClassName
 {
   background-color: #380CA3;
 }
 .BgClassName
 {
   background-color: #380CA3;
 }
</style>
border-color css

<style>
 span { border-color: #380CA3; }

 span { border-color: rgb(56,12,163); }

 td.TdClassName
 {
   border-color: #380CA3;
 }
 .TagClassName
 {
   border-color: #380CA3;
 }
</style>