Html Css Color HEX #380972 Persian Indigo

📋 copy color: '#380972'

red 56 ◦ green 9 ◦ blue 114

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

Shades of Persian Indigo #380972

Tints of Persian Indigo #380972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.03%

 BLUE value IS 114 (44.92% from 255) = 63.69%

R = 31.28%
G = 5.03%
B = 63.69%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#380972 (or 0x380972) is known color: Persian Indigo. HEX triplet: 38, 09 and 72. RGB value is (56,9,114). Sum of RGB (Red+Green+Blue) = 56+9+114=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #380972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380972 is #C7F68D. Grayscale: #222222. Windows color (decimal): -13104782 or 7473464. OLE color: 7473464.

HSL color Cylindrical-coordinate representation of color #380972: hue angle of 266.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380972 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 9 114 -
CMYK 0.51 0.92 0 0.55
HSL 266.86º 0.85% 0.24% -
HSV(B) 266.86º 0.92% 0.45% -
XYZ 4.77 2.25 16.1 -
YUV 35.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 56 9 114 0.51 0.92 0 0.55 266.86 0.85 0.24
Hex 38 9 72 33 5C 0 37 10B 55 18
Octal 70 11 162 63 134 0 67 413 125 30
Binary 111000 1001 1110010 110011 1011100 0 110111 100001011 1010101 11000

Color Harmonies of #380972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380972

Black with #380972

Text Example


Text Example

White with #380972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380972; }

 p { color: rgb(56,9,114); }

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

background-color css

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

 a { background-color: rgb(56,9,114); }

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

border-color css

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

 span { border-color: rgb(56,9,114); }

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