Html Css Color HEX #381371 Persian Indigo

📋 copy color: '#381371'

red 56 ◦ green 19 ◦ blue 113

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

Shades of Persian Indigo #381371

Tints of Persian Indigo #381371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

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

R = 29.79%
G = 10.11%
B = 60.11%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#381371 (or 0x381371) is known color: Persian Indigo. HEX triplet: 38, 13 and 71. RGB value is (56,19,113). Sum of RGB (Red+Green+Blue) = 56+19+113=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #381371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381371 is #C7EC8E. Grayscale: #282828. Windows color (decimal): -13102223 or 7410488. OLE color: 7410488.

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

Color convert

RGB 56 19 113 -
CMYK 0.50 0.83 0 0.56
HSL 263.62º 0.71% 0.26% -
HSV(B) 263.62º 0.83% 0.44% -
XYZ 4.84 2.5 15.85 -
YUV 40.78 168.76 138.86 -
System Red Green Blue C M Y K H S L
Decimal 56 19 113 0.50 0.83 0 0.56 263.62 0.71 0.26
Hex 38 13 71 32 53 0 38 108 47 1A
Octal 70 23 161 62 123 0 70 410 107 32
Binary 111000 10011 1110001 110010 1010011 0 111000 100001000 1000111 11010

Color Harmonies of #381371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381371

Black with #381371

Text Example


Text Example

White with #381371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381371; }

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

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

background-color css

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

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

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

border-color css

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

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

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