Html Css Color HEX #381172 Persian Indigo

📋 copy color: '#381172'

red 56 ◦ green 17 ◦ blue 114

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

Shades of Persian Indigo #381172

Tints of Persian Indigo #381172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

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

R = 29.95%
G = 9.09%
B = 60.96%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#381172 (or 0x381172) is known color: Persian Indigo. HEX triplet: 38, 11 and 72. RGB value is (56,17,114). Sum of RGB (Red+Green+Blue) = 56+17+114=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #381172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381172 is #C7EE8D. Grayscale: #272727. Windows color (decimal): -13102734 or 7475512. OLE color: 7475512.

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

Color convert

RGB 56 17 114 -
CMYK 0.51 0.85 0 0.55
HSL 264.12º 0.74% 0.26% -
HSV(B) 264.12º 0.85% 0.45% -
XYZ 4.87 2.46 16.14 -
YUV 39.72 169.92 139.61 -
System Red Green Blue C M Y K H S L
Decimal 56 17 114 0.51 0.85 0 0.55 264.12 0.74 0.26
Hex 38 11 72 33 55 0 37 108 4A 1A
Octal 70 21 162 63 125 0 67 410 112 32
Binary 111000 10001 1110010 110011 1010101 0 110111 100001000 1001010 11010

Color Harmonies of #381172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381172

Black with #381172

Text Example


Text Example

White with #381172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381172; }

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

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

background-color css

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

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

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

border-color css

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

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

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