Html Css Color HEX #331086 Persian Indigo

📋 copy color: '#331086'

red 51 ◦ green 16 ◦ blue 134

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

Shades of Persian Indigo #331086

Tints of Persian Indigo #331086

RGB

 RED value IS 51 (20.31% from 255) = 25.37%

 GREEN value IS 16 (6.64% from 255) = 7.96%

 BLUE value IS 134 (52.73% from 255) = 66.67%

R = 25.37%
G = 7.96%
B = 66.67%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#331086 (or 0x331086) is known color: Persian Indigo. HEX triplet: 33, 10 and 86. RGB value is (51,16,134). Sum of RGB (Red+Green+Blue) = 51+16+134=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 134 (52.73% from 255 or 66.67% from 201); Max value from RGB is 134 - color contains mainly: blue. Hex color #331086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331086 is #CCEF79. Grayscale: #272727. Windows color (decimal): -13430650 or 8785971. OLE color: 8785971.

HSL color Cylindrical-coordinate representation of color #331086: hue angle of 257.8º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331086 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 16 134 -
CMYK 0.62 0.88 0 0.47
HSL 257.8º 0.79% 0.29% -
HSV(B) 257.8º 0.88% 0.53% -
XYZ 5.85 2.8 22.79 -
YUV 39.92 181.1 135.91 -
System Red Green Blue C M Y K H S L
Decimal 51 16 134 0.62 0.88 0 0.47 257.8 0.79 0.29
Hex 33 10 86 3E 58 0 2F 102 4F 1D
Octal 63 20 206 76 130 0 57 402 117 35
Binary 110011 10000 10000110 111110 1011000 0 101111 100000010 1001111 11101

Color Harmonies of #331086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331086

Black with #331086

Text Example


Text Example

White with #331086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331086; }

 p { color: rgb(51,16,134); }

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

background-color css

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

 a { background-color: rgb(51,16,134); }

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

border-color css

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

 span { border-color: rgb(51,16,134); }

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