Html Css Color HEX #381573 Persian Indigo

📋 copy color: '#381573'

red 56 ◦ green 21 ◦ blue 115

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

Shades of Persian Indigo #381573

Tints of Persian Indigo #381573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 59.9%

R = 29.17%
G = 10.94%
B = 59.9%

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

#381573 (or 0x381573) is known color: Persian Indigo. HEX triplet: 38, 15 and 73. RGB value is (56,21,115). Sum of RGB (Red+Green+Blue) = 56+21+115=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #381573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381573 is #C7EA8C. Grayscale: #292929. Windows color (decimal): -13101709 or 7542072. OLE color: 7542072.

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

Color convert

RGB 56 21 115 -
CMYK 0.51 0.82 0 0.55
HSL 262.34º 0.69% 0.27% -
HSV(B) 262.34º 0.82% 0.45% -
XYZ 4.99 2.61 16.46 -
YUV 42.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 56 21 115 0.51 0.82 0 0.55 262.34 0.69 0.27
Hex 38 15 73 33 52 0 37 106 45 1B
Octal 70 25 163 63 122 0 67 406 105 33
Binary 111000 10101 1110011 110011 1010010 0 110111 100000110 1000101 11011

Color Harmonies of #381573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381573

Black with #381573

Text Example


Text Example

White with #381573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381573; }

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

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

background-color css

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

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

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

border-color css

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

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

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