Html Css Color HEX #381671 Persian Indigo

📋 copy color: '#381671'

red 56 ◦ green 22 ◦ blue 113

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

Shades of Persian Indigo #381671

Tints of Persian Indigo #381671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.52%

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

R = 29.32%
G = 11.52%
B = 59.16%

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

#381671 (or 0x381671) is known color: Persian Indigo. HEX triplet: 38, 16 and 71. RGB value is (56,22,113). Sum of RGB (Red+Green+Blue) = 56+22+113=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #381671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381671 is #C7E98E. Grayscale: #2A2A2A. Windows color (decimal): -13101455 or 7411256. OLE color: 7411256.

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

Color convert

RGB 56 22 113 -
CMYK 0.50 0.81 0 0.56
HSL 262.42º 0.67% 0.26% -
HSV(B) 262.42º 0.81% 0.44% -
XYZ 4.9 2.61 15.87 -
YUV 42.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 56 22 113 0.50 0.81 0 0.56 262.42 0.67 0.26
Hex 38 16 71 32 51 0 38 106 43 1A
Octal 70 26 161 62 121 0 70 406 103 32
Binary 111000 10110 1110001 110010 1010001 0 111000 100000110 1000011 11010

Color Harmonies of #381671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381671

Black with #381671

Text Example


Text Example

White with #381671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381671; }

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

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

background-color css

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

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

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

border-color css

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

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

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