Html Css Color HEX #331877 Persian Indigo

📋 copy color: '#331877'

red 51 ◦ green 24 ◦ blue 119

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

Shades of Persian Indigo #331877

Tints of Persian Indigo #331877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.37%

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

R = 26.29%
G = 12.37%
B = 61.34%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#331877 (or 0x331877) is known color: Persian Indigo. HEX triplet: 33, 18 and 77. RGB value is (51,24,119). Sum of RGB (Red+Green+Blue) = 51+24+119=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #331877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331877 is #CCE788. Grayscale: #2A2A2A. Windows color (decimal): -13428617 or 7804979. OLE color: 7804979.

HSL color Cylindrical-coordinate representation of color #331877: hue angle of 257.05º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331877 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 24 119 -
CMYK 0.57 0.80 0 0.53
HSL 257.05º 0.66% 0.28% -
HSV(B) 257.05º 0.8% 0.47% -
XYZ 5.02 2.69 17.71 -
YUV 42.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 51 24 119 0.57 0.80 0 0.53 257.05 0.66 0.28
Hex 33 18 77 39 50 0 35 101 42 1C
Octal 63 30 167 71 120 0 65 401 102 34
Binary 110011 11000 1110111 111001 1010000 0 110101 100000001 1000010 11100

Color Harmonies of #331877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331877

Black with #331877

Text Example


Text Example

White with #331877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331877; }

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

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

background-color css

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

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

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

border-color css

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

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

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