Html Css Color HEX #380C76 Persian Indigo

📋 copy color: '#380C76'

red 56 ◦ green 12 ◦ blue 118

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

Shades of Persian Indigo #380C76

Tints of Persian Indigo #380C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 63.44%

R = 30.11%
G = 6.45%
B = 63.44%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#380C76 (or 0x380C76) is known color: Persian Indigo. HEX triplet: 38, 0C and 76. RGB value is (56,12,118). Sum of RGB (Red+Green+Blue) = 56+12+118=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #380C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380C76 is #C7F389. Grayscale: #242424. Windows color (decimal): -13104010 or 7736376. OLE color: 7736376.

HSL color Cylindrical-coordinate representation of color #380C76: hue angle of 264.91º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380C76 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 12 118 -
CMYK 0.53 0.90 0 0.54
HSL 264.91º 0.82% 0.25% -
HSV(B) 264.91º 0.9% 0.46% -
XYZ 5.03 2.41 17.34 -
YUV 37.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 56 12 118 0.53 0.90 0 0.54 264.91 0.82 0.25
Hex 38 C 76 35 5A 0 36 109 52 19
Octal 70 14 166 65 132 0 66 411 122 31
Binary 111000 1100 1110110 110101 1011010 0 110110 100001001 1010010 11001

Color Harmonies of #380C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C76

Black with #380C76

Text Example


Text Example

White with #380C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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