Html Css Color HEX #332273 Persian Indigo

📋 copy color: '#332273'

red 51 ◦ green 34 ◦ blue 115

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

Shades of Persian Indigo #332273

Tints of Persian Indigo #332273

RGB

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

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

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

R = 25.5%
G = 17%
B = 57.5%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#332273 (or 0x332273) is known color: Persian Indigo. HEX triplet: 33, 22 and 73. RGB value is (51,34,115). Sum of RGB (Red+Green+Blue) = 51+34+115=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #332273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332273 is #CCDD8C. Grayscale: #303030. Windows color (decimal): -13426061 or 7545395. OLE color: 7545395.

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

Color convert

RGB 51 34 115 -
CMYK 0.56 0.70 0 0.55
HSL 252.59º 0.54% 0.29% -
HSV(B) 252.59º 0.7% 0.45% -
XYZ 5.03 3.09 16.55 -
YUV 48.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 51 34 115 0.56 0.70 0 0.55 252.59 0.54 0.29
Hex 33 22 73 38 46 0 37 FD 36 1D
Octal 63 42 163 70 106 0 67 375 66 35
Binary 110011 100010 1110011 111000 1000110 0 110111 11111101 110110 11101

Color Harmonies of #332273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332273

Black with #332273

Text Example


Text Example

White with #332273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332273; }

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

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

background-color css

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

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

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

border-color css

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

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

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