Html Css Color HEX #33177C Persian Indigo

📋 copy color: '#33177C'

red 51 ◦ green 23 ◦ blue 124

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

Shades of Persian Indigo #33177C

Tints of Persian Indigo #33177C

RGB

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

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

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

R = 25.76%
G = 11.62%
B = 62.63%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33177C (or 0x33177C) is known color: Persian Indigo. HEX triplet: 33, 17 and 7C. RGB value is (51,23,124). Sum of RGB (Red+Green+Blue) = 51+23+124=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #33177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33177C is #CCE883. Grayscale: #2A2A2A. Windows color (decimal): -13428868 or 8132403. OLE color: 8132403.

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

Color convert

RGB 51 23 124 -
CMYK 0.59 0.81 0 0.51
HSL 256.63º 0.69% 0.29% -
HSV(B) 256.63º 0.81% 0.49% -
XYZ 5.31 2.77 19.32 -
YUV 42.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 51 23 124 0.59 0.81 0 0.51 256.63 0.69 0.29
Hex 33 17 7C 3B 51 0 33 101 45 1D
Octal 63 27 174 73 121 0 63 401 105 35
Binary 110011 10111 1111100 111011 1010001 0 110011 100000001 1000101 11101

Color Harmonies of #33177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33177C

Black with #33177C

Text Example


Text Example

White with #33177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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