Html Css Color HEX #381576 Persian Indigo

📋 copy color: '#381576'

red 56 ◦ green 21 ◦ blue 118

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

Shades of Persian Indigo #381576

Tints of Persian Indigo #381576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.77%

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

R = 28.72%
G = 10.77%
B = 60.51%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#381576 (or 0x381576) is known color: Persian Indigo. HEX triplet: 38, 15 and 76. RGB value is (56,21,118). Sum of RGB (Red+Green+Blue) = 56+21+118=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #381576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381576 is #C7EA89. Grayscale: #2A2A2A. Windows color (decimal): -13101706 or 7738680. OLE color: 7738680.

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

Color convert

RGB 56 21 118 -
CMYK 0.53 0.82 0 0.54
HSL 261.65º 0.7% 0.27% -
HSV(B) 261.65º 0.82% 0.46% -
XYZ 5.17 2.69 17.39 -
YUV 42.52 170.6 137.61 -
System Red Green Blue C M Y K H S L
Decimal 56 21 118 0.53 0.82 0 0.54 261.65 0.7 0.27
Hex 38 15 76 35 52 0 36 106 46 1B
Octal 70 25 166 65 122 0 66 406 106 33
Binary 111000 10101 1110110 110101 1010010 0 110110 100000110 1000110 11011

Color Harmonies of #381576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381576

Black with #381576

Text Example


Text Example

White with #381576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381576; }

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

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

background-color css

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

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

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

border-color css

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

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

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