Html Css Color HEX #380772 Persian Indigo

📋 copy color: '#380772'

red 56 ◦ green 7 ◦ blue 114

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

Shades of Persian Indigo #380772

Tints of Persian Indigo #380772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.95%

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

R = 31.64%
G = 3.95%
B = 64.41%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#380772 (or 0x380772) is known color: Persian Indigo. HEX triplet: 38, 07 and 72. RGB value is (56,7,114). Sum of RGB (Red+Green+Blue) = 56+7+114=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #380772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380772 is #C7F88D. Grayscale: #212121. Windows color (decimal): -13105294 or 7472952. OLE color: 7472952.

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

Color convert

RGB 56 7 114 -
CMYK 0.51 0.94 0 0.55
HSL 267.48º 0.88% 0.24% -
HSV(B) 267.48º 0.94% 0.45% -
XYZ 4.74 2.21 16.1 -
YUV 33.85 173.23 143.8 -
System Red Green Blue C M Y K H S L
Decimal 56 7 114 0.51 0.94 0 0.55 267.48 0.88 0.24
Hex 38 7 72 33 5E 0 37 10B 58 18
Octal 70 7 162 63 136 0 67 413 130 30
Binary 111000 111 1110010 110011 1011110 0 110111 100001011 1011000 11000

Color Harmonies of #380772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380772

Black with #380772

Text Example


Text Example

White with #380772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380772; }

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

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

background-color css

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

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

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

border-color css

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

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

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