Html Css Color HEX #380C71 Persian Indigo

📋 copy color: '#380C71'

red 56 ◦ green 12 ◦ blue 113

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

Shades of Persian Indigo #380C71

Tints of Persian Indigo #380C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 62.43%

R = 30.94%
G = 6.63%
B = 62.43%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#380C71 (or 0x380C71) is known color: Persian Indigo. HEX triplet: 38, 0C and 71. RGB value is (56,12,113). Sum of RGB (Red+Green+Blue) = 56+12+113=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #380C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380C71 is #C7F38E. Grayscale: #242424. Windows color (decimal): -13104015 or 7408696. OLE color: 7408696.

HSL color Cylindrical-coordinate representation of color #380C71: hue angle of 266.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380C71 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 12 113 -
CMYK 0.50 0.89 0 0.56
HSL 266.14º 0.81% 0.25% -
HSV(B) 266.14º 0.89% 0.44% -
XYZ 4.74 2.3 15.82 -
YUV 36.67 171.08 141.79 -
System Red Green Blue C M Y K H S L
Decimal 56 12 113 0.50 0.89 0 0.56 266.14 0.81 0.25
Hex 38 C 71 32 59 0 38 10A 51 19
Octal 70 14 161 62 131 0 70 412 121 31
Binary 111000 1100 1110001 110010 1011001 0 111000 100001010 1010001 11001

Color Harmonies of #380C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C71

Black with #380C71

Text Example


Text Example

White with #380C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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