Html Css Color HEX #381271 Persian Indigo

📋 copy color: '#381271'

red 56 ◦ green 18 ◦ blue 113

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

Shades of Persian Indigo #381271

Tints of Persian Indigo #381271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

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

R = 29.95%
G = 9.63%
B = 60.43%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#381271 (or 0x381271) is known color: Persian Indigo. HEX triplet: 38, 12 and 71. RGB value is (56,18,113). Sum of RGB (Red+Green+Blue) = 56+18+113=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #381271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381271 is #C7ED8E. Grayscale: #272727. Windows color (decimal): -13102479 or 7410232. OLE color: 7410232.

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

Color convert

RGB 56 18 113 -
CMYK 0.50 0.84 0 0.56
HSL 264º 0.73% 0.26% -
HSV(B) 264º 0.84% 0.44% -
XYZ 4.83 2.47 15.84 -
YUV 40.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 56 18 113 0.50 0.84 0 0.56 264 0.73 0.26
Hex 38 12 71 32 54 0 38 108 49 1A
Octal 70 22 161 62 124 0 70 410 111 32
Binary 111000 10010 1110001 110010 1010100 0 111000 100001000 1001001 11010

Color Harmonies of #381271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381271

Black with #381271

Text Example


Text Example

White with #381271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381271; }

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

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

background-color css

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

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

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

border-color css

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

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

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