Html Css Color HEX #380CA9 Persian Indigo

📋 copy color: '#380CA9'

red 56 ◦ green 12 ◦ blue 169

#380CA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #380CA9

Tints of Persian Indigo #380CA9

RGB

 RED value IS 56 (22.27% from 255) = 23.63%

 GREEN value IS 12 (5.08% from 255) = 5.06%

 BLUE value IS 169 (66.41% from 255) = 71.31%

R = 23.63%
G = 5.06%
B = 71.31%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#380CA9 (or 0x380CA9) is known color: Persian Indigo. HEX triplet: 38, 0C and A9. RGB value is (56,12,169). Sum of RGB (Red+Green+Blue) = 56+12+169=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 169 (66.41% from 255 or 71.31% from 237); Max value from RGB is 169 - color contains mainly: blue. Hex color #380CA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380CA9 is #C7F356. Grayscale: #2A2A2A. Windows color (decimal): -13103959 or 11078712. OLE color: 11078712.

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

Color convert

RGB 56 12 169 -
CMYK 0.67 0.93 0 0.34
HSL 256.82º 0.87% 0.35% -
HSV(B) 256.82º 0.93% 0.66% -
XYZ 8.92 3.97 37.83 -
YUV 43.05 199.08 137.23 -
System Red Green Blue C M Y K H S L
Decimal 56 12 169 0.67 0.93 0 0.34 256.82 0.87 0.35
Hex 38 C A9 43 5D 0 22 101 57 23
Octal 70 14 251 103 135 0 42 401 127 43
Binary 111000 1100 10101001 1000011 1011101 0 100010 100000001 1010111 100011

Color Harmonies of #380CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380CA9

Black with #380CA9

Text Example


Text Example

White with #380CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #380CA9;
 }
 .AnyTagClassName
 {
   color: #380CA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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