Html Css Color HEX #33197D Persian Indigo

📋 copy color: '#33197D'

red 51 ◦ green 25 ◦ blue 125

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

Shades of Persian Indigo #33197D

Tints of Persian Indigo #33197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 62.19%

R = 25.37%
G = 12.44%
B = 62.19%

CMYK

 C value IS 0.59

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33197D (or 0x33197D) is known color: Persian Indigo. HEX triplet: 33, 19 and 7D. RGB value is (51,25,125). Sum of RGB (Red+Green+Blue) = 51+25+125=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #33197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33197D is #CCE682. Grayscale: #2B2B2B. Windows color (decimal): -13428355 or 8198451. OLE color: 8198451.

HSL color Cylindrical-coordinate representation of color #33197D: hue angle of 255.6º degrees, saturation: 0.67, 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 #33197D is Cyan = 0.59, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 25 125 -
CMYK 0.59 0.8 0 0.51
HSL 255.6º 0.67% 0.29% -
HSV(B) 255.6º 0.8% 0.49% -
XYZ 5.41 2.88 19.67 -
YUV 44.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 51 25 125 0.59 0.8 0 0.51 255.6 0.67 0.29
Hex 33 19 7D 3B 50 0 33 100 43 1D
Octal 63 31 175 73 120 0 63 400 103 35
Binary 110011 11001 1111101 111011 1010000 0 110011 100000000 1000011 11101

Color Harmonies of #33197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33197D

Black with #33197D

Text Example


Text Example

White with #33197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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