Html Css Color HEX #331C79 Persian Indigo

📋 copy color: '#331C79'

red 51 ◦ green 28 ◦ blue 121

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

Shades of Persian Indigo #331C79

Tints of Persian Indigo #331C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 60.5%

R = 25.5%
G = 14%
B = 60.5%

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

#331C79 (or 0x331C79) is known color: Persian Indigo. HEX triplet: 33, 1C and 79. RGB value is (51,28,121). Sum of RGB (Red+Green+Blue) = 51+28+121=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #331C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C79 is #CCE386. Grayscale: #2D2D2D. Windows color (decimal): -13427591 or 7937075. OLE color: 7937075.

HSL color Cylindrical-coordinate representation of color #331C79: hue angle of 254.84º 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 #331C79 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 28 121 -
CMYK 0.58 0.77 0 0.53
HSL 254.84º 0.62% 0.29% -
HSV(B) 254.84º 0.77% 0.47% -
XYZ 5.23 2.91 18.38 -
YUV 45.48 170.62 131.94 -
System Red Green Blue C M Y K H S L
Decimal 51 28 121 0.58 0.77 0 0.53 254.84 0.62 0.29
Hex 33 1C 79 3A 4D 0 35 FF 3E 1D
Octal 63 34 171 72 115 0 65 377 76 35
Binary 110011 11100 1111001 111010 1001101 0 110101 11111111 111110 11101

Color Harmonies of #331C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C79

Black with #331C79

Text Example


Text Example

White with #331C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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