Html Css Color HEX #381572 Persian Indigo

📋 copy color: '#381572'

red 56 ◦ green 21 ◦ blue 114

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

Shades of Persian Indigo #381572

Tints of Persian Indigo #381572

RGB

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

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

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

R = 29.32%
G = 10.99%
B = 59.69%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#381572 (or 0x381572) is known color: Persian Indigo. HEX triplet: 38, 15 and 72. RGB value is (56,21,114). Sum of RGB (Red+Green+Blue) = 56+21+114=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #381572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381572 is #C7EA8D. Grayscale: #292929. Windows color (decimal): -13101710 or 7476536. OLE color: 7476536.

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

Color convert

RGB 56 21 114 -
CMYK 0.51 0.82 0 0.55
HSL 262.58º 0.69% 0.26% -
HSV(B) 262.58º 0.82% 0.45% -
XYZ 4.94 2.59 16.16 -
YUV 42.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 56 21 114 0.51 0.82 0 0.55 262.58 0.69 0.26
Hex 38 15 72 33 52 0 37 107 45 1A
Octal 70 25 162 63 122 0 67 407 105 32
Binary 111000 10101 1110010 110011 1010010 0 110111 100000111 1000101 11010

Color Harmonies of #381572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381572

Black with #381572

Text Example


Text Example

White with #381572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381572; }

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

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

background-color css

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

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

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

border-color css

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

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

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