Html Css Color HEX #332686 Persian Indigo

📋 copy color: '#332686'

red 51 ◦ green 38 ◦ blue 134

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

Shades of Persian Indigo #332686

Tints of Persian Indigo #332686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.04%

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

R = 22.87%
G = 17.04%
B = 60.09%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#332686 (or 0x332686) is known color: Persian Indigo. HEX triplet: 33, 26 and 86. RGB value is (51,38,134). Sum of RGB (Red+Green+Blue) = 51+38+134=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #332686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332686 is #CCD979. Grayscale: #343434. Windows color (decimal): -13425018 or 8791603. OLE color: 8791603.

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

Color convert

RGB 51 38 134 -
CMYK 0.62 0.72 0 0.47
HSL 248.13º 0.56% 0.34% -
HSV(B) 248.13º 0.72% 0.53% -
XYZ 6.36 3.81 22.95 -
YUV 52.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 51 38 134 0.62 0.72 0 0.47 248.13 0.56 0.34
Hex 33 26 86 3E 48 0 2F F8 38 22
Octal 63 46 206 76 110 0 57 370 70 42
Binary 110011 100110 10000110 111110 1001000 0 101111 11111000 111000 100010

Color Harmonies of #332686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332686

Black with #332686

Text Example


Text Example

White with #332686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332686; }

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

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

background-color css

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

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

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

border-color css

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

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

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