Html Css Color HEX #381571 Persian Indigo

📋 copy color: '#381571'

red 56 ◦ green 21 ◦ blue 113

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

Shades of Persian Indigo #381571

Tints of Persian Indigo #381571

RGB

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

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

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

R = 29.47%
G = 11.05%
B = 59.47%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#381571 (or 0x381571) is known color: Persian Indigo. HEX triplet: 38, 15 and 71. RGB value is (56,21,113). Sum of RGB (Red+Green+Blue) = 56+21+113=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #381571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381571 is #C7EA8E. Grayscale: #292929. Windows color (decimal): -13101711 or 7411000. OLE color: 7411000.

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

Color convert

RGB 56 21 113 -
CMYK 0.50 0.81 0 0.56
HSL 262.83º 0.69% 0.26% -
HSV(B) 262.83º 0.81% 0.44% -
XYZ 4.88 2.57 15.86 -
YUV 41.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 56 21 113 0.50 0.81 0 0.56 262.83 0.69 0.26
Hex 38 15 71 32 51 0 38 107 45 1A
Octal 70 25 161 62 121 0 70 407 105 32
Binary 111000 10101 1110001 110010 1010001 0 111000 100000111 1000101 11010

Color Harmonies of #381571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381571

Black with #381571

Text Example


Text Example

White with #381571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381571; }

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

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

background-color css

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

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

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

border-color css

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

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

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