Html Css Color HEX #33118B Persian Indigo

📋 copy color: '#33118B'

red 51 ◦ green 17 ◦ blue 139

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

Shades of Persian Indigo #33118B

Tints of Persian Indigo #33118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 67.15%

R = 24.64%
G = 8.21%
B = 67.15%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33118B (or 0x33118B) is known color: Persian Indigo. HEX triplet: 33, 11 and 8B. RGB value is (51,17,139). Sum of RGB (Red+Green+Blue) = 51+17+139=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #33118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33118B is #CCEE74. Grayscale: #282828. Windows color (decimal): -13430389 or 9113907. OLE color: 9113907.

HSL color Cylindrical-coordinate representation of color #33118B: hue angle of 256.72º 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 #33118B is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 17 139 -
CMYK 0.63 0.88 0 0.45
HSL 256.72º 0.78% 0.31% -
HSV(B) 256.72º 0.88% 0.55% -
XYZ 6.23 2.97 24.67 -
YUV 41.07 183.26 135.08 -
System Red Green Blue C M Y K H S L
Decimal 51 17 139 0.63 0.88 0 0.45 256.72 0.78 0.31
Hex 33 11 8B 3F 58 0 2D 101 4E 1F
Octal 63 21 213 77 130 0 55 401 116 37
Binary 110011 10001 10001011 111111 1011000 0 101101 100000001 1001110 11111

Color Harmonies of #33118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33118B

Black with #33118B

Text Example


Text Example

White with #33118B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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