Html Css Color HEX #33197B Persian Indigo

📋 copy color: '#33197B'

red 51 ◦ green 25 ◦ blue 123

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

Shades of Persian Indigo #33197B

Tints of Persian Indigo #33197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 61.81%

R = 25.63%
G = 12.56%
B = 61.81%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#33197B (or 0x33197B) is known color: Persian Indigo. HEX triplet: 33, 19 and 7B. RGB value is (51,25,123). Sum of RGB (Red+Green+Blue) = 51+25+123=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #33197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33197B is #CCE684. Grayscale: #2B2B2B. Windows color (decimal): -13428357 or 8067379. OLE color: 8067379.

HSL color Cylindrical-coordinate representation of color #33197B: hue angle of 255.92º 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 #33197B is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 25 123 -
CMYK 0.59 0.80 0 0.52
HSL 255.92º 0.66% 0.29% -
HSV(B) 255.92º 0.8% 0.48% -
XYZ 5.29 2.83 19.01 -
YUV 43.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 51 25 123 0.59 0.80 0 0.52 255.92 0.66 0.29
Hex 33 19 7B 3B 50 0 34 100 42 1D
Octal 63 31 173 73 120 0 64 400 102 35
Binary 110011 11001 1111011 111011 1010000 0 110100 100000000 1000010 11101

Color Harmonies of #33197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33197B

Black with #33197B

Text Example


Text Example

White with #33197B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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