Html Css Color HEX #33186D Persian Indigo

📋 copy color: '#33186D'

red 51 ◦ green 24 ◦ blue 109

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

Shades of Persian Indigo #33186D

Tints of Persian Indigo #33186D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.04%

 BLUE value IS 109 (42.97% from 255) = 59.24%

R = 27.72%
G = 13.04%
B = 59.24%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#33186D (or 0x33186D) is known color: Persian Indigo. HEX triplet: 33, 18 and 6D. RGB value is (51,24,109). Sum of RGB (Red+Green+Blue) = 51+24+109=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #33186D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33186D is #CCE792. Grayscale: #292929. Windows color (decimal): -13428627 or 7149619. OLE color: 7149619.

HSL color Cylindrical-coordinate representation of color #33186D: hue angle of 259.06º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33186D is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 24 109 -
CMYK 0.53 0.78 0 0.57
HSL 259.06º 0.64% 0.26% -
HSV(B) 259.06º 0.78% 0.43% -
XYZ 4.45 2.46 14.71 -
YUV 41.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 51 24 109 0.53 0.78 0 0.57 259.06 0.64 0.26
Hex 33 18 6D 35 4E 0 39 103 40 1A
Octal 63 30 155 65 116 0 71 403 100 32
Binary 110011 11000 1101101 110101 1001110 0 111001 100000011 1000000 11010

Color Harmonies of #33186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33186D

Black with #33186D

Text Example


Text Example

White with #33186D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,24,109); }

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

background-color css

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

 a { background-color: rgb(51,24,109); }

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

border-color css

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

 span { border-color: rgb(51,24,109); }

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