Html Css Color HEX #332186 Persian Indigo

📋 copy color: '#332186'

red 51 ◦ green 33 ◦ blue 134

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

Shades of Persian Indigo #332186

Tints of Persian Indigo #332186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.14%

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

R = 23.39%
G = 15.14%
B = 61.47%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#332186 (or 0x332186) is known color: Persian Indigo. HEX triplet: 33, 21 and 86. RGB value is (51,33,134). Sum of RGB (Red+Green+Blue) = 51+33+134=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #332186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332186 is #CCDE79. Grayscale: #313131. Windows color (decimal): -13426298 or 8790323. OLE color: 8790323.

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

Color convert

RGB 51 33 134 -
CMYK 0.62 0.75 0 0.47
HSL 250.69º 0.6% 0.33% -
HSV(B) 250.69º 0.75% 0.53% -
XYZ 6.21 3.51 22.9 -
YUV 49.9 175.46 128.79 -
System Red Green Blue C M Y K H S L
Decimal 51 33 134 0.62 0.75 0 0.47 250.69 0.6 0.33
Hex 33 21 86 3E 4B 0 2F FB 3C 21
Octal 63 41 206 76 113 0 57 373 74 41
Binary 110011 100001 10000110 111110 1001011 0 101111 11111011 111100 100001

Color Harmonies of #332186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332186

Black with #332186

Text Example


Text Example

White with #332186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332186; }

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

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

background-color css

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

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

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

border-color css

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

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

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