Html Css Color HEX #381570 Persian Indigo

📋 copy color: '#381570'

red 56 ◦ green 21 ◦ blue 112

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

Shades of Persian Indigo #381570

Tints of Persian Indigo #381570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 59.26%

R = 29.63%
G = 11.11%
B = 59.26%

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

#381570 (or 0x381570) is known color: Persian Indigo. HEX triplet: 38, 15 and 70. RGB value is (56,21,112). Sum of RGB (Red+Green+Blue) = 56+21+112=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #381570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381570 is #C7EA8F. Grayscale: #292929. Windows color (decimal): -13101712 or 7345464. OLE color: 7345464.

HSL color Cylindrical-coordinate representation of color #381570: hue angle of 263.08º degrees, saturation: 0.68, 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 #381570 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 21 112 -
CMYK 0.50 0.81 0 0.56
HSL 263.08º 0.68% 0.26% -
HSV(B) 263.08º 0.81% 0.44% -
XYZ 4.82 2.55 15.57 -
YUV 41.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 56 21 112 0.50 0.81 0 0.56 263.08 0.68 0.26
Hex 38 15 70 32 51 0 38 107 44 1A
Octal 70 25 160 62 121 0 70 407 104 32
Binary 111000 10101 1110000 110010 1010001 0 111000 100000111 1000100 11010

Color Harmonies of #381570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381570

Black with #381570

Text Example


Text Example

White with #381570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381570; }

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

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

background-color css

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

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

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

border-color css

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

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

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