Html Css Color HEX #332380 Persian Indigo

📋 copy color: '#332380'

red 51 ◦ green 35 ◦ blue 128

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

Shades of Persian Indigo #332380

Tints of Persian Indigo #332380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 59.81%

R = 23.83%
G = 16.36%
B = 59.81%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#332380 (or 0x332380) is known color: Persian Indigo. HEX triplet: 33, 23 and 80. RGB value is (51,35,128). Sum of RGB (Red+Green+Blue) = 51+35+128=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #332380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332380 is #CCDC7F. Grayscale: #323232. Windows color (decimal): -13425792 or 8397619. OLE color: 8397619.

HSL color Cylindrical-coordinate representation of color #332380: hue angle of 250.32º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332380 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 35 128 -
CMYK 0.60 0.73 0 0.50
HSL 250.32º 0.57% 0.32% -
HSV(B) 250.32º 0.73% 0.5% -
XYZ 5.86 3.46 20.78 -
YUV 50.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 51 35 128 0.60 0.73 0 0.50 250.32 0.57 0.32
Hex 33 23 80 3C 49 0 32 FA 39 20
Octal 63 43 200 74 111 0 62 372 71 40
Binary 110011 100011 10000000 111100 1001001 0 110010 11111010 111001 100000

Color Harmonies of #332380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332380

Black with #332380

Text Example


Text Example

White with #332380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332380; }

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

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

background-color css

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

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

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

border-color css

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

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

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