Html Css Color HEX #381871 Persian Indigo

📋 copy color: '#381871'

red 56 ◦ green 24 ◦ blue 113

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

Shades of Persian Indigo #381871

Tints of Persian Indigo #381871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.44%

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

R = 29.02%
G = 12.44%
B = 58.55%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#381871 (or 0x381871) is known color: Persian Indigo. HEX triplet: 38, 18 and 71. RGB value is (56,24,113). Sum of RGB (Red+Green+Blue) = 56+24+113=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #381871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381871 is #C7E78E. Grayscale: #2B2B2B. Windows color (decimal): -13100943 or 7411768. OLE color: 7411768.

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

Color convert

RGB 56 24 113 -
CMYK 0.50 0.79 0 0.56
HSL 261.57º 0.65% 0.27% -
HSV(B) 261.57º 0.79% 0.44% -
XYZ 4.94 2.69 15.88 -
YUV 43.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 56 24 113 0.50 0.79 0 0.56 261.57 0.65 0.27
Hex 38 18 71 32 4F 0 38 106 41 1B
Octal 70 30 161 62 117 0 70 406 101 33
Binary 111000 11000 1110001 110010 1001111 0 111000 100000110 1000001 11011

Color Harmonies of #381871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381871

Black with #381871

Text Example


Text Example

White with #381871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381871; }

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

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

background-color css

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

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

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

border-color css

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

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

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