Html Css Color HEX #332389 Persian Indigo

📋 copy color: '#332389'

red 51 ◦ green 35 ◦ blue 137

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

Shades of Persian Indigo #332389

Tints of Persian Indigo #332389

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

 BLUE value IS 137 (53.91% from 255) = 61.43%

R = 22.87%
G = 15.7%
B = 61.43%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#332389 (or 0x332389) is known color: Persian Indigo. HEX triplet: 33, 23 and 89. RGB value is (51,35,137). Sum of RGB (Red+Green+Blue) = 51+35+137=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #332389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332389 is #CCDC76. Grayscale: #333333. Windows color (decimal): -13425783 or 8987443. OLE color: 8987443.

HSL color Cylindrical-coordinate representation of color #332389: hue angle of 249.41º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #332389 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 35 137 -
CMYK 0.63 0.74 0 0.46
HSL 249.41º 0.59% 0.34% -
HSV(B) 249.41º 0.74% 0.54% -
XYZ 6.48 3.71 24.04 -
YUV 51.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 51 35 137 0.63 0.74 0 0.46 249.41 0.59 0.34
Hex 33 23 89 3F 4A 0 2E F9 3B 22
Octal 63 43 211 77 112 0 56 371 73 42
Binary 110011 100011 10001001 111111 1001010 0 101110 11111001 111011 100010

Color Harmonies of #332389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332389

Black with #332389

Text Example


Text Example

White with #332389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332389; }

 p { color: rgb(51,35,137); }

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

background-color css

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

 a { background-color: rgb(51,35,137); }

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

border-color css

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

 span { border-color: rgb(51,35,137); }

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