Html Css Color HEX #33157F Persian Indigo

📋 copy color: '#33157F'

red 51 ◦ green 21 ◦ blue 127

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

Shades of Persian Indigo #33157F

Tints of Persian Indigo #33157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

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

R = 25.63%
G = 10.55%
B = 63.82%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#33157F (or 0x33157F) is known color: Persian Indigo. HEX triplet: 33, 15 and 7F. RGB value is (51,21,127). Sum of RGB (Red+Green+Blue) = 51+21+127=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #33157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33157F is #CCEA80. Grayscale: #292929. Windows color (decimal): -13429377 or 8328499. OLE color: 8328499.

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

Color convert

RGB 51 21 127 -
CMYK 0.60 0.83 0 0.50
HSL 256.98º 0.72% 0.29% -
HSV(B) 256.98º 0.83% 0.5% -
XYZ 5.46 2.77 20.33 -
YUV 42.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 51 21 127 0.60 0.83 0 0.50 256.98 0.72 0.29
Hex 33 15 7F 3C 53 0 32 101 48 1D
Octal 63 25 177 74 123 0 62 401 110 35
Binary 110011 10101 1111111 111100 1010011 0 110010 100000001 1001000 11101

Color Harmonies of #33157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33157F

Black with #33157F

Text Example


Text Example

White with #33157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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