Html Css Color HEX #331998 Persian Indigo

📋 copy color: '#331998'

red 51 ◦ green 25 ◦ blue 152

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

Shades of Persian Indigo #331998

Tints of Persian Indigo #331998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.96%

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

R = 22.37%
G = 10.96%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#331998 (or 0x331998) is known color: Persian Indigo. HEX triplet: 33, 19 and 98. RGB value is (51,25,152). Sum of RGB (Red+Green+Blue) = 51+25+152=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #331998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331998 is #CCE667. Grayscale: #2E2E2E. Windows color (decimal): -13428328 or 9967923. OLE color: 9967923.

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

Color convert

RGB 51 25 152 -
CMYK 0.66 0.84 0 0.40
HSL 252.28º 0.72% 0.35% -
HSV(B) 252.28º 0.84% 0.6% -
XYZ 7.38 3.67 30.02 -
YUV 47.25 187.11 130.67 -
System Red Green Blue C M Y K H S L
Decimal 51 25 152 0.66 0.84 0 0.40 252.28 0.72 0.35
Hex 33 19 98 42 54 0 28 FC 48 23
Octal 63 31 230 102 124 0 50 374 110 43
Binary 110011 11001 10011000 1000010 1010100 0 101000 11111100 1001000 100011

Color Harmonies of #331998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331998

Black with #331998

Text Example


Text Example

White with #331998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331998; }

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

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

background-color css

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

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

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

border-color css

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

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

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