Html Css Color HEX #33197A Persian Indigo

📋 copy color: '#33197A'

red 51 ◦ green 25 ◦ blue 122

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

Shades of Persian Indigo #33197A

Tints of Persian Indigo #33197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 61.62%

R = 25.76%
G = 12.63%
B = 61.62%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#33197A (or 0x33197A) is known color: Persian Indigo. HEX triplet: 33, 19 and 7A. RGB value is (51,25,122). Sum of RGB (Red+Green+Blue) = 51+25+122=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #33197A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33197A is #CCE685. Grayscale: #2B2B2B. Windows color (decimal): -13428358 or 8001843. OLE color: 8001843.

HSL color Cylindrical-coordinate representation of color #33197A: hue angle of 256.08º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33197A is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 25 122 -
CMYK 0.58 0.80 0 0.52
HSL 256.08º 0.66% 0.29% -
HSV(B) 256.08º 0.8% 0.48% -
XYZ 5.23 2.8 18.68 -
YUV 43.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 51 25 122 0.58 0.80 0 0.52 256.08 0.66 0.29
Hex 33 19 7A 3A 50 0 34 100 42 1D
Octal 63 31 172 72 120 0 64 400 102 35
Binary 110011 11001 1111010 111010 1010000 0 110100 100000000 1000010 11101

Color Harmonies of #33197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33197A

Black with #33197A

Text Example


Text Example

White with #33197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33197A; }

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

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

background-color css

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

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

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

border-color css

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

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

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