Html Css Color HEX #33197C Persian Indigo

📋 copy color: '#33197C'

red 51 ◦ green 25 ◦ blue 124

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

Shades of Persian Indigo #33197C

Tints of Persian Indigo #33197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 62%

R = 25.5%
G = 12.5%
B = 62%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33197C (or 0x33197C) is known color: Persian Indigo. HEX triplet: 33, 19 and 7C. RGB value is (51,25,124). Sum of RGB (Red+Green+Blue) = 51+25+124=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #33197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33197C is #CCE683. Grayscale: #2B2B2B. Windows color (decimal): -13428356 or 8132915. OLE color: 8132915.

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

Color convert

RGB 51 25 124 -
CMYK 0.59 0.80 0 0.51
HSL 255.76º 0.66% 0.29% -
HSV(B) 255.76º 0.8% 0.49% -
XYZ 5.35 2.85 19.34 -
YUV 44.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 51 25 124 0.59 0.80 0 0.51 255.76 0.66 0.29
Hex 33 19 7C 3B 50 0 33 100 42 1D
Octal 63 31 174 73 120 0 63 400 102 35
Binary 110011 11001 1111100 111011 1010000 0 110011 100000000 1000010 11101

Color Harmonies of #33197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33197C

Black with #33197C

Text Example


Text Example

White with #33197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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