Html Css Color HEX #332086 Persian Indigo

📋 copy color: '#332086'

red 51 ◦ green 32 ◦ blue 134

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

Shades of Persian Indigo #332086

Tints of Persian Indigo #332086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.75%

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

R = 23.5%
G = 14.75%
B = 61.75%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#332086 (or 0x332086) is known color: Persian Indigo. HEX triplet: 33, 20 and 86. RGB value is (51,32,134). Sum of RGB (Red+Green+Blue) = 51+32+134=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 134 (52.73% from 255 or 61.75% from 217); Max value from RGB is 134 - color contains mainly: blue. Hex color #332086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332086 is #CCDF79. Grayscale: #303030. Windows color (decimal): -13426554 or 8790067. OLE color: 8790067.

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

Color convert

RGB 51 32 134 -
CMYK 0.62 0.76 0 0.47
HSL 251.18º 0.61% 0.33% -
HSV(B) 251.18º 0.76% 0.53% -
XYZ 6.18 3.46 22.9 -
YUV 49.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 51 32 134 0.62 0.76 0 0.47 251.18 0.61 0.33
Hex 33 20 86 3E 4C 0 2F FB 3D 21
Octal 63 40 206 76 114 0 57 373 75 41
Binary 110011 100000 10000110 111110 1001100 0 101111 11111011 111101 100001

Color Harmonies of #332086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332086

Black with #332086

Text Example


Text Example

White with #332086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332086; }

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

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

background-color css

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

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

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

border-color css

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

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

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