Html Css Color HEX #33129F Persian Indigo

📋 copy color: '#33129F'

red 51 ◦ green 18 ◦ blue 159

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

Shades of Persian Indigo #33129F

Tints of Persian Indigo #33129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

 BLUE value IS 159 (62.5% from 255) = 69.74%

R = 22.37%
G = 7.89%
B = 69.74%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33129F (or 0x33129F) is known color: Persian Indigo. HEX triplet: 33, 12 and 9F. RGB value is (51,18,159). Sum of RGB (Red+Green+Blue) = 51+18+159=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 159 (62.5% from 255 or 69.74% from 228); Max value from RGB is 159 - color contains mainly: blue. Hex color #33129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33129F is #CCED60. Grayscale: #2B2B2B. Windows color (decimal): -13430113 or 10424883. OLE color: 10424883.

HSL color Cylindrical-coordinate representation of color #33129F: hue angle of 254.04º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33129F is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 18 159 -
CMYK 0.68 0.89 0 0.38
HSL 254.04º 0.8% 0.35% -
HSV(B) 254.04º 0.89% 0.62% -
XYZ 7.84 3.64 33.09 -
YUV 43.94 192.93 133.04 -
System Red Green Blue C M Y K H S L
Decimal 51 18 159 0.68 0.89 0 0.38 254.04 0.8 0.35
Hex 33 12 9F 44 59 0 26 FE 50 23
Octal 63 22 237 104 131 0 46 376 120 43
Binary 110011 10010 10011111 1000100 1011001 0 100110 11111110 1010000 100011

Color Harmonies of #33129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33129F

Black with #33129F

Text Example


Text Example

White with #33129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,18,159); }

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

background-color css

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

 a { background-color: rgb(51,18,159); }

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

border-color css

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

 span { border-color: rgb(51,18,159); }

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