Html Css Color HEX #332073 Persian Indigo

📋 copy color: '#332073'

red 51 ◦ green 32 ◦ blue 115

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

Shades of Persian Indigo #332073

Tints of Persian Indigo #332073

RGB

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

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

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

R = 25.76%
G = 16.16%
B = 58.08%

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

#332073 (or 0x332073) is known color: Persian Indigo. HEX triplet: 33, 20 and 73. RGB value is (51,32,115). Sum of RGB (Red+Green+Blue) = 51+32+115=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #332073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332073 is #CCDF8C. Grayscale: #2E2E2E. Windows color (decimal): -13426573 or 7544883. OLE color: 7544883.

HSL color Cylindrical-coordinate representation of color #332073: hue angle of 253.73º degrees, saturation: 0.56, 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 #332073 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 32 115 -
CMYK 0.56 0.72 0 0.55
HSL 253.73º 0.56% 0.29% -
HSV(B) 253.73º 0.72% 0.45% -
XYZ 4.98 2.97 16.53 -
YUV 47.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 51 32 115 0.56 0.72 0 0.55 253.73 0.56 0.29
Hex 33 20 73 38 48 0 37 FE 38 1D
Octal 63 40 163 70 110 0 67 376 70 35
Binary 110011 100000 1110011 111000 1001000 0 110111 11111110 111000 11101

Color Harmonies of #332073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332073

Black with #332073

Text Example


Text Example

White with #332073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332073; }

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

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

background-color css

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

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

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

border-color css

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

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

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