Html Css Color HEX #33118D Persian Indigo

📋 copy color: '#33118D'

red 51 ◦ green 17 ◦ blue 141

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

Shades of Persian Indigo #33118D

Tints of Persian Indigo #33118D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 141 (55.47% from 255) = 67.46%

R = 24.4%
G = 8.13%
B = 67.46%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33118D (or 0x33118D) is known color: Persian Indigo. HEX triplet: 33, 11 and 8D. RGB value is (51,17,141). Sum of RGB (Red+Green+Blue) = 51+17+141=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #33118D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33118D is #CCEE72. Grayscale: #282828. Windows color (decimal): -13430387 or 9244979. OLE color: 9244979.

HSL color Cylindrical-coordinate representation of color #33118D: hue angle of 256.45º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33118D is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 17 141 -
CMYK 0.64 0.88 0 0.45
HSL 256.45º 0.78% 0.31% -
HSV(B) 256.45º 0.88% 0.55% -
XYZ 6.37 3.03 25.45 -
YUV 41.3 184.26 134.92 -
System Red Green Blue C M Y K H S L
Decimal 51 17 141 0.64 0.88 0 0.45 256.45 0.78 0.31
Hex 33 11 8D 40 58 0 2D 100 4E 1F
Octal 63 21 215 100 130 0 55 400 116 37
Binary 110011 10001 10001101 1000000 1011000 0 101101 100000000 1001110 11111

Color Harmonies of #33118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33118D

Black with #33118D

Text Example


Text Example

White with #33118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33118D; }

 p { color: rgb(51,17,141); }

 H1.HeaderClassName
 {
   color: #33118D;
 }
 .AnyTagClassName
 {
   color: #33118D;
 }
</style>

background-color css

<style>
 a { background-color: #33118D; }

 a { background-color: rgb(51,17,141); }

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

border-color css

<style>
 span { border-color: #33118D; }

 span { border-color: rgb(51,17,141); }

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