Html Css Color HEX #331098 Persian Indigo

📋 copy color: '#331098'

red 51 ◦ green 16 ◦ blue 152

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

Shades of Persian Indigo #331098

Tints of Persian Indigo #331098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

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

R = 23.29%
G = 7.31%
B = 69.41%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#331098 (or 0x331098) is known color: Persian Indigo. HEX triplet: 33, 10 and 98. RGB value is (51,16,152). Sum of RGB (Red+Green+Blue) = 51+16+152=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #331098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331098 is #CCEF67. Grayscale: #292929. Windows color (decimal): -13430632 or 9965619. OLE color: 9965619.

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

Color convert

RGB 51 16 152 -
CMYK 0.66 0.89 0 0.40
HSL 255.44º 0.81% 0.33% -
HSV(B) 255.44º 0.89% 0.6% -
XYZ 7.22 3.34 29.97 -
YUV 41.97 190.1 134.44 -
System Red Green Blue C M Y K H S L
Decimal 51 16 152 0.66 0.89 0 0.40 255.44 0.81 0.33
Hex 33 10 98 42 59 0 28 FF 51 21
Octal 63 20 230 102 131 0 50 377 121 41
Binary 110011 10000 10011000 1000010 1011001 0 101000 11111111 1010001 100001

Color Harmonies of #331098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331098

Black with #331098

Text Example


Text Example

White with #331098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331098; }

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

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

background-color css

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

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

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

border-color css

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

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

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