Html Css Color HEX #332075 Persian Indigo

📋 copy color: '#332075'

red 51 ◦ green 32 ◦ blue 117

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

Shades of Persian Indigo #332075

Tints of Persian Indigo #332075

RGB

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

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

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

R = 25.5%
G = 16%
B = 58.5%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#332075 (or 0x332075) is known color: Persian Indigo. HEX triplet: 33, 20 and 75. RGB value is (51,32,117). Sum of RGB (Red+Green+Blue) = 51+32+117=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #332075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332075 is #CCDF8A. Grayscale: #2F2F2F. Windows color (decimal): -13426571 or 7675955. OLE color: 7675955.

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

Color convert

RGB 51 32 117 -
CMYK 0.56 0.73 0 0.54
HSL 253.41º 0.57% 0.29% -
HSV(B) 253.41º 0.73% 0.46% -
XYZ 5.09 3.02 17.14 -
YUV 47.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 51 32 117 0.56 0.73 0 0.54 253.41 0.57 0.29
Hex 33 20 75 38 49 0 36 FD 39 1D
Octal 63 40 165 70 111 0 66 375 71 35
Binary 110011 100000 1110101 111000 1001001 0 110110 11111101 111001 11101

Color Harmonies of #332075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332075

Black with #332075

Text Example


Text Example

White with #332075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332075; }

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

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

background-color css

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

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

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

border-color css

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

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

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