Html Css Color HEX #33177F Persian Indigo

📋 copy color: '#33177F'

red 51 ◦ green 23 ◦ blue 127

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

Shades of Persian Indigo #33177F

Tints of Persian Indigo #33177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 63.18%

R = 25.37%
G = 11.44%
B = 63.18%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#33177F (or 0x33177F) is known color: Persian Indigo. HEX triplet: 33, 17 and 7F. RGB value is (51,23,127). Sum of RGB (Red+Green+Blue) = 51+23+127=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #33177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33177F is #CCE880. Grayscale: #2A2A2A. Windows color (decimal): -13428865 or 8329011. OLE color: 8329011.

HSL color Cylindrical-coordinate representation of color #33177F: hue angle of 256.15º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33177F is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 23 127 -
CMYK 0.60 0.82 0 0.50
HSL 256.15º 0.69% 0.29% -
HSV(B) 256.15º 0.82% 0.5% -
XYZ 5.5 2.85 20.34 -
YUV 43.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 51 23 127 0.60 0.82 0 0.50 256.15 0.69 0.29
Hex 33 17 7F 3C 52 0 32 100 45 1D
Octal 63 27 177 74 122 0 62 400 105 35
Binary 110011 10111 1111111 111100 1010010 0 110010 100000000 1000101 11101

Color Harmonies of #33177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33177F

Black with #33177F

Text Example


Text Example

White with #33177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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