Html Css Color HEX #331598 Persian Indigo

📋 copy color: '#331598'

red 51 ◦ green 21 ◦ blue 152

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

Shades of Persian Indigo #331598

Tints of Persian Indigo #331598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

 BLUE value IS 152 (59.77% from 255) = 67.86%

R = 22.77%
G = 9.38%
B = 67.86%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#331598 (or 0x331598) is known color: Persian Indigo. HEX triplet: 33, 15 and 98. RGB value is (51,21,152). Sum of RGB (Red+Green+Blue) = 51+21+152=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #331598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331598 is #CCEA67. Grayscale: #2C2C2C. Windows color (decimal): -13429352 or 9966899. OLE color: 9966899.

HSL color Cylindrical-coordinate representation of color #331598: hue angle of 253.74º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331598 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 21 152 -
CMYK 0.66 0.86 0 0.40
HSL 253.74º 0.76% 0.34% -
HSV(B) 253.74º 0.86% 0.6% -
XYZ 7.3 3.51 30 -
YUV 44.9 188.44 132.35 -
System Red Green Blue C M Y K H S L
Decimal 51 21 152 0.66 0.86 0 0.40 253.74 0.76 0.34
Hex 33 15 98 42 56 0 28 FE 4C 22
Octal 63 25 230 102 126 0 50 376 114 42
Binary 110011 10101 10011000 1000010 1010110 0 101000 11111110 1001100 100010

Color Harmonies of #331598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331598

Black with #331598

Text Example


Text Example

White with #331598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331598; }

 p { color: rgb(51,21,152); }

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

background-color css

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

 a { background-color: rgb(51,21,152); }

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

border-color css

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

 span { border-color: rgb(51,21,152); }

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