Html Css Color HEX #331C77 Persian Indigo

📋 copy color: '#331C77'

red 51 ◦ green 28 ◦ blue 119

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

Shades of Persian Indigo #331C77

Tints of Persian Indigo #331C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 60.1%

R = 25.76%
G = 14.14%
B = 60.1%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#331C77 (or 0x331C77) is known color: Persian Indigo. HEX triplet: 33, 1C and 77. RGB value is (51,28,119). Sum of RGB (Red+Green+Blue) = 51+28+119=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #331C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C77 is #CCE388. Grayscale: #2C2C2C. Windows color (decimal): -13427593 or 7806003. OLE color: 7806003.

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

Color convert

RGB 51 28 119 -
CMYK 0.57 0.76 0 0.53
HSL 255.16º 0.62% 0.29% -
HSV(B) 255.16º 0.76% 0.47% -
XYZ 5.11 2.87 17.74 -
YUV 45.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 51 28 119 0.57 0.76 0 0.53 255.16 0.62 0.29
Hex 33 1C 77 39 4C 0 35 FF 3E 1D
Octal 63 34 167 71 114 0 65 377 76 35
Binary 110011 11100 1110111 111001 1001100 0 110101 11111111 111110 11101

Color Harmonies of #331C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C77

Black with #331C77

Text Example


Text Example

White with #331C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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