Html Css Color HEX #332478 Persian Indigo

📋 copy color: '#332478'

red 51 ◦ green 36 ◦ blue 120

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

Shades of Persian Indigo #332478

Tints of Persian Indigo #332478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.39%

 BLUE value IS 120 (47.27% from 255) = 57.97%

R = 24.64%
G = 17.39%
B = 57.97%

CMYK

 C value IS 0.58

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#332478 (or 0x332478) is known color: Persian Indigo. HEX triplet: 33, 24 and 78. RGB value is (51,36,120). Sum of RGB (Red+Green+Blue) = 51+36+120=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #332478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332478 is #CCDB87. Grayscale: #313131. Windows color (decimal): -13425544 or 7873587. OLE color: 7873587.

HSL color Cylindrical-coordinate representation of color #332478: hue angle of 250.71º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #332478 is Cyan = 0.58, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 36 120 -
CMYK 0.58 0.7 0 0.53
HSL 250.71º 0.54% 0.31% -
HSV(B) 250.71º 0.7% 0.47% -
XYZ 5.39 3.32 18.13 -
YUV 50.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 51 36 120 0.58 0.7 0 0.53 250.71 0.54 0.31
Hex 33 24 78 3A 46 0 35 FB 36 1F
Octal 63 44 170 72 106 0 65 373 66 37
Binary 110011 100100 1111000 111010 1000110 0 110101 11111011 110110 11111

Color Harmonies of #332478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332478

Black with #332478

Text Example


Text Example

White with #332478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332478; }

 p { color: rgb(51,36,120); }

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

background-color css

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

 a { background-color: rgb(51,36,120); }

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

border-color css

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

 span { border-color: rgb(51,36,120); }

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