Html Css Color HEX #332275 Persian Indigo

📋 copy color: '#332275'

red 51 ◦ green 34 ◦ blue 117

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

Shades of Persian Indigo #332275

Tints of Persian Indigo #332275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.92%

R = 25.25%
G = 16.83%
B = 57.92%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#332275 (or 0x332275) is known color: Persian Indigo. HEX triplet: 33, 22 and 75. RGB value is (51,34,117). Sum of RGB (Red+Green+Blue) = 51+34+117=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #332275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332275 is #CCDD8A. Grayscale: #303030. Windows color (decimal): -13426059 or 7676467. OLE color: 7676467.

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

Color convert

RGB 51 34 117 -
CMYK 0.56 0.71 0 0.54
HSL 252.29º 0.55% 0.3% -
HSV(B) 252.29º 0.71% 0.46% -
XYZ 5.15 3.13 17.16 -
YUV 48.55 166.63 129.75 -
System Red Green Blue C M Y K H S L
Decimal 51 34 117 0.56 0.71 0 0.54 252.29 0.55 0.3
Hex 33 22 75 38 47 0 36 FC 37 1E
Octal 63 42 165 70 107 0 66 374 67 36
Binary 110011 100010 1110101 111000 1000111 0 110110 11111100 110111 11110

Color Harmonies of #332275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332275

Black with #332275

Text Example


Text Example

White with #332275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332275; }

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

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

background-color css

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

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

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

border-color css

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

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

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