Html Css Color HEX #331C78 Persian Indigo

📋 copy color: '#331C78'

red 51 ◦ green 28 ◦ blue 120

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

Shades of Persian Indigo #331C78

Tints of Persian Indigo #331C78

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.07%

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

R = 25.63%
G = 14.07%
B = 60.3%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#331C78 (or 0x331C78) is known color: Persian Indigo. HEX triplet: 33, 1C and 78. RGB value is (51,28,120). Sum of RGB (Red+Green+Blue) = 51+28+120=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #331C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C78 is #CCE387. Grayscale: #2D2D2D. Windows color (decimal): -13427592 or 7871539. OLE color: 7871539.

HSL color Cylindrical-coordinate representation of color #331C78: hue angle of 255º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #331C78 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 28 120 -
CMYK 0.58 0.77 0 0.53
HSL 255º 0.62% 0.29% -
HSV(B) 255º 0.77% 0.47% -
XYZ 5.17 2.89 18.05 -
YUV 45.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 51 28 120 0.58 0.77 0 0.53 255 0.62 0.29
Hex 33 1C 78 3A 4D 0 35 FF 3E 1D
Octal 63 34 170 72 115 0 65 377 76 35
Binary 110011 11100 1111000 111010 1001101 0 110101 11111111 111110 11101

Color Harmonies of #331C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C78

Black with #331C78

Text Example


Text Example

White with #331C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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