Html Css Color HEX #33048D Persian Indigo

📋 copy color: '#33048D'

red 51 ◦ green 4 ◦ blue 141

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

Shades of Persian Indigo #33048D

Tints of Persian Indigo #33048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.04%

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

R = 26.02%
G = 2.04%
B = 71.94%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33048D (or 0x33048D) is known color: Persian Indigo. HEX triplet: 33, 04 and 8D. RGB value is (51,4,141). Sum of RGB (Red+Green+Blue) = 51+4+141=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #33048D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33048D is #CCFB72. Grayscale: #212121. Windows color (decimal): -13433715 or 9241651. OLE color: 9241651.

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

Color convert

RGB 51 4 141 -
CMYK 0.64 0.97 0 0.45
HSL 260.58º 0.94% 0.28% -
HSV(B) 260.58º 0.97% 0.55% -
XYZ 6.22 2.71 25.4 -
YUV 33.67 188.57 140.36 -
System Red Green Blue C M Y K H S L
Decimal 51 4 141 0.64 0.97 0 0.45 260.58 0.94 0.28
Hex 33 4 8D 40 61 0 2D 105 5E 1C
Octal 63 4 215 100 141 0 55 405 136 34
Binary 110011 100 10001101 1000000 1100001 0 101101 100000101 1011110 11100

Color Harmonies of #33048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33048D

Black with #33048D

Text Example


Text Example

White with #33048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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