Html Css Color HEX #33038D Persian Indigo

📋 copy color: '#33038D'

red 51 ◦ green 3 ◦ blue 141

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

Shades of Persian Indigo #33038D

Tints of Persian Indigo #33038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

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

R = 26.15%
G = 1.54%
B = 72.31%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33038D (or 0x33038D) is known color: Persian Indigo. HEX triplet: 33, 03 and 8D. RGB value is (51,3,141). Sum of RGB (Red+Green+Blue) = 51+3+141=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 141 (55.47% from 255 or 72.31% from 195); Max value from RGB is 141 - color contains mainly: blue. Hex color #33038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33038D is #CCFC72. Grayscale: #202020. Windows color (decimal): -13433971 or 9241395. OLE color: 9241395.

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

Color convert

RGB 51 3 141 -
CMYK 0.64 0.98 0 0.45
HSL 260.87º 0.96% 0.28% -
HSV(B) 260.87º 0.98% 0.55% -
XYZ 6.21 2.69 25.39 -
YUV 33.08 188.9 140.78 -
System Red Green Blue C M Y K H S L
Decimal 51 3 141 0.64 0.98 0 0.45 260.87 0.96 0.28
Hex 33 3 8D 40 62 0 2D 105 60 1C
Octal 63 3 215 100 142 0 55 405 140 34
Binary 110011 11 10001101 1000000 1100010 0 101101 100000101 1100000 11100

Color Harmonies of #33038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33038D

Black with #33038D

Text Example


Text Example

White with #33038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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