Html Css Color HEX #332173 Persian Indigo

📋 copy color: '#332173'

red 51 ◦ green 33 ◦ blue 115

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

Shades of Persian Indigo #332173

Tints of Persian Indigo #332173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

 BLUE value IS 115 (45.31% from 255) = 57.79%

R = 25.63%
G = 16.58%
B = 57.79%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#332173 (or 0x332173) is known color: Persian Indigo. HEX triplet: 33, 21 and 73. RGB value is (51,33,115). Sum of RGB (Red+Green+Blue) = 51+33+115=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #332173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332173 is #CCDE8C. Grayscale: #2F2F2F. Windows color (decimal): -13426317 or 7545139. OLE color: 7545139.

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

Color convert

RGB 51 33 115 -
CMYK 0.56 0.71 0 0.55
HSL 253.17º 0.55% 0.29% -
HSV(B) 253.17º 0.71% 0.45% -
XYZ 5 3.03 16.54 -
YUV 47.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 51 33 115 0.56 0.71 0 0.55 253.17 0.55 0.29
Hex 33 21 73 38 47 0 37 FD 37 1D
Octal 63 41 163 70 107 0 67 375 67 35
Binary 110011 100001 1110011 111000 1000111 0 110111 11111101 110111 11101

Color Harmonies of #332173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332173

Black with #332173

Text Example


Text Example

White with #332173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332173; }

 p { color: rgb(51,33,115); }

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

background-color css

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

 a { background-color: rgb(51,33,115); }

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

border-color css

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

 span { border-color: rgb(51,33,115); }

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