Html Css Color HEX #33147F Persian Indigo

📋 copy color: '#33147F'

red 51 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #33147F

Tints of Persian Indigo #33147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

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

R = 25.76%
G = 10.1%
B = 64.14%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#33147F (or 0x33147F) is known color: Persian Indigo. HEX triplet: 33, 14 and 7F. RGB value is (51,20,127). Sum of RGB (Red+Green+Blue) = 51+20+127=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #33147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33147F is #CCEB80. Grayscale: #292929. Windows color (decimal): -13429633 or 8328243. OLE color: 8328243.

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

Color convert

RGB 51 20 127 -
CMYK 0.60 0.84 0 0.50
HSL 257.38º 0.73% 0.29% -
HSV(B) 257.38º 0.84% 0.5% -
XYZ 5.45 2.74 20.32 -
YUV 41.47 176.27 134.8 -
System Red Green Blue C M Y K H S L
Decimal 51 20 127 0.60 0.84 0 0.50 257.38 0.73 0.29
Hex 33 14 7F 3C 54 0 32 101 49 1D
Octal 63 24 177 74 124 0 62 401 111 35
Binary 110011 10100 1111111 111100 1010100 0 110010 100000001 1001001 11101

Color Harmonies of #33147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33147F

Black with #33147F

Text Example


Text Example

White with #33147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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