Html Css Color HEX #33199F Persian Indigo

📋 copy color: '#33199F'

red 51 ◦ green 25 ◦ blue 159

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

Shades of Persian Indigo #33199F

Tints of Persian Indigo #33199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 67.66%

R = 21.7%
G = 10.64%
B = 67.66%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33199F (or 0x33199F) is known color: Persian Indigo. HEX triplet: 33, 19 and 9F. RGB value is (51,25,159). Sum of RGB (Red+Green+Blue) = 51+25+159=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #33199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33199F is #CCE660. Grayscale: #2F2F2F. Windows color (decimal): -13428321 or 10426675. OLE color: 10426675.

HSL color Cylindrical-coordinate representation of color #33199F: hue angle of 251.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33199F is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 25 159 -
CMYK 0.68 0.84 0 0.38
HSL 251.64º 0.73% 0.36% -
HSV(B) 251.64º 0.84% 0.62% -
XYZ 7.97 3.9 33.13 -
YUV 48.05 190.61 130.1 -
System Red Green Blue C M Y K H S L
Decimal 51 25 159 0.68 0.84 0 0.38 251.64 0.73 0.36
Hex 33 19 9F 44 54 0 26 FC 49 24
Octal 63 31 237 104 124 0 46 374 111 44
Binary 110011 11001 10011111 1000100 1010100 0 100110 11111100 1001001 100100

Color Harmonies of #33199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33199F

Black with #33199F

Text Example


Text Example

White with #33199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33199F; }

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

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

background-color css

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

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

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

border-color css

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

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

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