Html Css Color HEX #332074 Persian Indigo

📋 copy color: '#332074'

red 51 ◦ green 32 ◦ blue 116

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

Shades of Persian Indigo #332074

Tints of Persian Indigo #332074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58.29%

R = 25.63%
G = 16.08%
B = 58.29%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#332074 (or 0x332074) is known color: Persian Indigo. HEX triplet: 33, 20 and 74. RGB value is (51,32,116). Sum of RGB (Red+Green+Blue) = 51+32+116=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #332074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332074 is #CCDF8B. Grayscale: #2E2E2E. Windows color (decimal): -13426572 or 7610419. OLE color: 7610419.

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

Color convert

RGB 51 32 116 -
CMYK 0.56 0.72 0 0.55
HSL 253.57º 0.57% 0.29% -
HSV(B) 253.57º 0.72% 0.45% -
XYZ 5.03 3 16.84 -
YUV 47.26 166.79 130.67 -
System Red Green Blue C M Y K H S L
Decimal 51 32 116 0.56 0.72 0 0.55 253.57 0.57 0.29
Hex 33 20 74 38 48 0 37 FE 39 1D
Octal 63 40 164 70 110 0 67 376 71 35
Binary 110011 100000 1110100 111000 1001000 0 110111 11111110 111001 11101

Color Harmonies of #332074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332074

Black with #332074

Text Example


Text Example

White with #332074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332074; }

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

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

background-color css

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

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

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

border-color css

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

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

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