Html Css Color HEX #2D0493 Persian Indigo

📋 copy color: '#2D0493'

red 45 ◦ green 4 ◦ blue 147

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

Shades of Persian Indigo #2D0493

Tints of Persian Indigo #2D0493

RGB

 RED value IS 45 (17.97% from 255) = 22.96%

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

 BLUE value IS 147 (57.81% from 255) = 75%

R = 22.96%
G = 2.04%
B = 75%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2D0493 (or 0x2D0493) is known color: Persian Indigo. HEX triplet: 2D, 04 and 93. RGB value is (45,4,147). Sum of RGB (Red+Green+Blue) = 45+4+147=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 147 (57.81% from 255 or 75% from 196); Max value from RGB is 147 - color contains mainly: blue. Hex color #2D0493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0493 is #D2FB6C. Grayscale: #202020. Windows color (decimal): -13826925 or 9634861. OLE color: 9634861.

HSL color Cylindrical-coordinate representation of color #2D0493: hue angle of 257.2º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D0493 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 4 147 -
CMYK 0.69 0.97 0 0.42
HSL 257.2º 0.95% 0.3% -
HSV(B) 257.2º 0.97% 0.58% -
XYZ 6.39 2.75 27.8 -
YUV 32.56 192.58 136.87 -
System Red Green Blue C M Y K H S L
Decimal 45 4 147 0.69 0.97 0 0.42 257.2 0.95 0.3
Hex 2D 4 93 45 61 0 2A 101 5F 1E
Octal 55 4 223 105 141 0 52 401 137 36
Binary 101101 100 10010011 1000101 1100001 0 101010 100000001 1011111 11110

Color Harmonies of #2D0493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0493

Black with #2D0493

Text Example


Text Example

White with #2D0493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D0493; }

 p { color: rgb(45,4,147); }

 H1.HeaderClassName
 {
   color: #2D0493;
 }
 .AnyTagClassName
 {
   color: #2D0493;
 }
</style>

background-color css

<style>
 a { background-color: #2D0493; }

 a { background-color: rgb(45,4,147); }

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

border-color css

<style>
 span { border-color: #2D0493; }

 span { border-color: rgb(45,4,147); }

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