Html Css Color HEX #33138E Persian Indigo

📋 copy color: '#33138E'

red 51 ◦ green 19 ◦ blue 142

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

Shades of Persian Indigo #33138E

Tints of Persian Indigo #33138E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 66.98%

R = 24.06%
G = 8.96%
B = 66.98%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33138E (or 0x33138E) is known color: Persian Indigo. HEX triplet: 33, 13 and 8E. RGB value is (51,19,142). Sum of RGB (Red+Green+Blue) = 51+19+142=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #33138E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33138E is #CCEC71. Grayscale: #2A2A2A. Windows color (decimal): -13429874 or 9311027. OLE color: 9311027.

HSL color Cylindrical-coordinate representation of color #33138E: hue angle of 255.61º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33138E is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 19 142 -
CMYK 0.64 0.87 0 0.44
HSL 255.61º 0.76% 0.32% -
HSV(B) 255.61º 0.87% 0.56% -
XYZ 6.48 3.12 25.85 -
YUV 42.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 51 19 142 0.64 0.87 0 0.44 255.61 0.76 0.32
Hex 33 13 8E 40 57 0 2C 100 4C 20
Octal 63 23 216 100 127 0 54 400 114 40
Binary 110011 10011 10001110 1000000 1010111 0 101100 100000000 1001100 100000

Color Harmonies of #33138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33138E

Black with #33138E

Text Example


Text Example

White with #33138E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33138E; }

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

 H1.HeaderClassName
 {
   color: #33138E;
 }
 .AnyTagClassName
 {
   color: #33138E;
 }
</style>

background-color css

<style>
 a { background-color: #33138E; }

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

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

border-color css

<style>
 span { border-color: #33138E; }

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

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