Html Css Color HEX #331B76 Persian Indigo

📋 copy color: '#331B76'

red 51 ◦ green 27 ◦ blue 118

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

Shades of Persian Indigo #331B76

Tints of Persian Indigo #331B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.78%

 BLUE value IS 118 (46.48% from 255) = 60.2%

R = 26.02%
G = 13.78%
B = 60.2%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#331B76 (or 0x331B76) is known color: Persian Indigo. HEX triplet: 33, 1B and 76. RGB value is (51,27,118). Sum of RGB (Red+Green+Blue) = 51+27+118=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #331B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331B76 is #CCE489. Grayscale: #2C2C2C. Windows color (decimal): -13427850 or 7740211. OLE color: 7740211.

HSL color Cylindrical-coordinate representation of color #331B76: hue angle of 255.82º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #331B76 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 27 118 -
CMYK 0.57 0.77 0 0.54
HSL 255.82º 0.63% 0.28% -
HSV(B) 255.82º 0.77% 0.46% -
XYZ 5.03 2.8 17.41 -
YUV 44.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 51 27 118 0.57 0.77 0 0.54 255.82 0.63 0.28
Hex 33 1B 76 39 4D 0 36 100 3F 1C
Octal 63 33 166 71 115 0 66 400 77 34
Binary 110011 11011 1110110 111001 1001101 0 110110 100000000 111111 11100

Color Harmonies of #331B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331B76

Black with #331B76

Text Example


Text Example

White with #331B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,27,118); }

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

background-color css

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

 a { background-color: rgb(51,27,118); }

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

border-color css

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

 span { border-color: rgb(51,27,118); }

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