Html Css Color HEX #332277 Persian Indigo

📋 copy color: '#332277'

red 51 ◦ green 34 ◦ blue 119

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

Shades of Persian Indigo #332277

Tints of Persian Indigo #332277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

 BLUE value IS 119 (46.88% from 255) = 58.33%

R = 25%
G = 16.67%
B = 58.33%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#332277 (or 0x332277) is known color: Persian Indigo. HEX triplet: 33, 22 and 77. RGB value is (51,34,119). Sum of RGB (Red+Green+Blue) = 51+34+119=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #332277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332277 is #CCDD88. Grayscale: #303030. Windows color (decimal): -13426057 or 7807539. OLE color: 7807539.

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

Color convert

RGB 51 34 119 -
CMYK 0.57 0.71 0 0.53
HSL 252º 0.56% 0.3% -
HSV(B) 252º 0.71% 0.47% -
XYZ 5.27 3.18 17.79 -
YUV 48.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 51 34 119 0.57 0.71 0 0.53 252 0.56 0.3
Hex 33 22 77 39 47 0 35 FC 38 1E
Octal 63 42 167 71 107 0 65 374 70 36
Binary 110011 100010 1110111 111001 1000111 0 110101 11111100 111000 11110

Color Harmonies of #332277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332277

Black with #332277

Text Example


Text Example

White with #332277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332277; }

 p { color: rgb(51,34,119); }

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

background-color css

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

 a { background-color: rgb(51,34,119); }

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

border-color css

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

 span { border-color: rgb(51,34,119); }

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