Html Css Color HEX #33137F Persian Indigo

📋 copy color: '#33137F'

red 51 ◦ green 19 ◦ blue 127

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

Shades of Persian Indigo #33137F

Tints of Persian Indigo #33137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.64%

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

R = 25.89%
G = 9.64%
B = 64.47%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#33137F (or 0x33137F) is known color: Persian Indigo. HEX triplet: 33, 13 and 7F. RGB value is (51,19,127). Sum of RGB (Red+Green+Blue) = 51+19+127=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #33137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33137F is #CCEC80. Grayscale: #282828. Windows color (decimal): -13429889 or 8327987. OLE color: 8327987.

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

Color convert

RGB 51 19 127 -
CMYK 0.60 0.85 0 0.50
HSL 257.78º 0.74% 0.29% -
HSV(B) 257.78º 0.85% 0.5% -
XYZ 5.43 2.7 20.31 -
YUV 40.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 51 19 127 0.60 0.85 0 0.50 257.78 0.74 0.29
Hex 33 13 7F 3C 55 0 32 102 4A 1D
Octal 63 23 177 74 125 0 62 402 112 35
Binary 110011 10011 1111111 111100 1010101 0 110010 100000010 1001010 11101

Color Harmonies of #33137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33137F

Black with #33137F

Text Example


Text Example

White with #33137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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