Html Css Color HEX #380871 Persian Indigo

📋 copy color: '#380871'

red 56 ◦ green 8 ◦ blue 113

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

Shades of Persian Indigo #380871

Tints of Persian Indigo #380871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.52%

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

R = 31.64%
G = 4.52%
B = 63.84%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#380871 (or 0x380871) is known color: Persian Indigo. HEX triplet: 38, 08 and 71. RGB value is (56,8,113). Sum of RGB (Red+Green+Blue) = 56+8+113=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #380871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380871 is #C7F78E. Grayscale: #212121. Windows color (decimal): -13105039 or 7407672. OLE color: 7407672.

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

Color convert

RGB 56 8 113 -
CMYK 0.50 0.93 0 0.56
HSL 267.43º 0.87% 0.24% -
HSV(B) 267.43º 0.93% 0.44% -
XYZ 4.7 2.21 15.8 -
YUV 34.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 56 8 113 0.50 0.93 0 0.56 267.43 0.87 0.24
Hex 38 8 71 32 5D 0 38 10B 57 18
Octal 70 10 161 62 135 0 70 413 127 30
Binary 111000 1000 1110001 110010 1011101 0 111000 100001011 1010111 11000

Color Harmonies of #380871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380871

Black with #380871

Text Example


Text Example

White with #380871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380871; }

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

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

background-color css

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

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

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

border-color css

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

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

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