Html Css Color HEX #33158D Persian Indigo

📋 copy color: '#33158D'

red 51 ◦ green 21 ◦ blue 141

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

Shades of Persian Indigo #33158D

Tints of Persian Indigo #33158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

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

R = 23.94%
G = 9.86%
B = 66.2%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33158D (or 0x33158D) is known color: Persian Indigo. HEX triplet: 33, 15 and 8D. RGB value is (51,21,141). Sum of RGB (Red+Green+Blue) = 51+21+141=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #33158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33158D is #CCEA72. Grayscale: #2B2B2B. Windows color (decimal): -13429363 or 9246003. OLE color: 9246003.

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

Color convert

RGB 51 21 141 -
CMYK 0.64 0.85 0 0.45
HSL 255º 0.74% 0.32% -
HSV(B) 255º 0.85% 0.55% -
XYZ 6.44 3.16 25.47 -
YUV 43.65 182.94 133.24 -
System Red Green Blue C M Y K H S L
Decimal 51 21 141 0.64 0.85 0 0.45 255 0.74 0.32
Hex 33 15 8D 40 55 0 2D FF 4A 20
Octal 63 25 215 100 125 0 55 377 112 40
Binary 110011 10101 10001101 1000000 1010101 0 101101 11111111 1001010 100000

Color Harmonies of #33158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33158D

Black with #33158D

Text Example


Text Example

White with #33158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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