Html Css Color HEX #381171 Persian Indigo

📋 copy color: '#381171'

red 56 ◦ green 17 ◦ blue 113

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

Shades of Persian Indigo #381171

Tints of Persian Indigo #381171

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

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

R = 30.11%
G = 9.14%
B = 60.75%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#381171 (or 0x381171) is known color: Persian Indigo. HEX triplet: 38, 11 and 71. RGB value is (56,17,113). Sum of RGB (Red+Green+Blue) = 56+17+113=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #381171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381171 is #C7EE8E. Grayscale: #272727. Windows color (decimal): -13102735 or 7409976. OLE color: 7409976.

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

Color convert

RGB 56 17 113 -
CMYK 0.50 0.85 0 0.56
HSL 264.38º 0.74% 0.25% -
HSV(B) 264.38º 0.85% 0.44% -
XYZ 4.81 2.43 15.84 -
YUV 39.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 56 17 113 0.50 0.85 0 0.56 264.38 0.74 0.25
Hex 38 11 71 32 55 0 38 108 4A 19
Octal 70 21 161 62 125 0 70 410 112 31
Binary 111000 10001 1110001 110010 1010101 0 111000 100001000 1001010 11001

Color Harmonies of #381171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381171

Black with #381171

Text Example


Text Example

White with #381171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381171; }

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

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

background-color css

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

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

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

border-color css

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

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

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