Html Css Color HEX #33198F Persian Indigo

📋 copy color: '#33198F'

red 51 ◦ green 25 ◦ blue 143

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

Shades of Persian Indigo #33198F

Tints of Persian Indigo #33198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 65.3%

R = 23.29%
G = 11.42%
B = 65.3%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33198F (or 0x33198F) is known color: Persian Indigo. HEX triplet: 33, 19 and 8F. RGB value is (51,25,143). Sum of RGB (Red+Green+Blue) = 51+25+143=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 143 (56.25% from 255 or 65.30% from 219); Max value from RGB is 143 - color contains mainly: blue. Hex color #33198F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33198F is #CCE670. Grayscale: #2D2D2D. Windows color (decimal): -13428337 or 9378099. OLE color: 9378099.

HSL color Cylindrical-coordinate representation of color #33198F: hue angle of 253.22º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33198F is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 25 143 -
CMYK 0.64 0.83 0 0.44
HSL 253.22º 0.7% 0.33% -
HSV(B) 253.22º 0.83% 0.56% -
XYZ 6.67 3.38 26.29 -
YUV 46.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 51 25 143 0.64 0.83 0 0.44 253.22 0.7 0.33
Hex 33 19 8F 40 53 0 2C FD 46 21
Octal 63 31 217 100 123 0 54 375 106 41
Binary 110011 11001 10001111 1000000 1010011 0 101100 11111101 1000110 100001

Color Harmonies of #33198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33198F

Black with #33198F

Text Example


Text Example

White with #33198F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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