Html Css Color HEX #33179B Persian Indigo

📋 copy color: '#33179B'

red 51 ◦ green 23 ◦ blue 155

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

Shades of Persian Indigo #33179B

Tints of Persian Indigo #33179B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.04%

 BLUE value IS 155 (60.94% from 255) = 67.69%

R = 22.27%
G = 10.04%
B = 67.69%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33179B (or 0x33179B) is known color: Persian Indigo. HEX triplet: 33, 17 and 9B. RGB value is (51,23,155). Sum of RGB (Red+Green+Blue) = 51+23+155=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #33179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33179B is #CCE864. Grayscale: #2D2D2D. Windows color (decimal): -13428837 or 10164019. OLE color: 10164019.

HSL color Cylindrical-coordinate representation of color #33179B: hue angle of 252.73º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33179B is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 23 155 -
CMYK 0.67 0.85 0 0.39
HSL 252.73º 0.74% 0.35% -
HSV(B) 252.73º 0.85% 0.61% -
XYZ 7.59 3.68 31.32 -
YUV 46.42 189.28 131.27 -
System Red Green Blue C M Y K H S L
Decimal 51 23 155 0.67 0.85 0 0.39 252.73 0.74 0.35
Hex 33 17 9B 43 55 0 27 FD 4A 23
Octal 63 27 233 103 125 0 47 375 112 43
Binary 110011 10111 10011011 1000011 1010101 0 100111 11111101 1001010 100011

Color Harmonies of #33179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33179B

Black with #33179B

Text Example


Text Example

White with #33179B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,23,155); }

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

background-color css

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

 a { background-color: rgb(51,23,155); }

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

border-color css

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

 span { border-color: rgb(51,23,155); }

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