Html Css Color HEX #2D0492 Persian Indigo

📋 copy color: '#2D0492'

red 45 ◦ green 4 ◦ blue 146

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

Shades of Persian Indigo #2D0492

Tints of Persian Indigo #2D0492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 74.87%

R = 23.08%
G = 2.05%
B = 74.87%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2D0492 (or 0x2D0492) is known color: Persian Indigo. HEX triplet: 2D, 04 and 92. RGB value is (45,4,146). Sum of RGB (Red+Green+Blue) = 45+4+146=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 146 (57.42% from 255 or 74.87% from 195); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D0492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0492 is #D2FB6D. Grayscale: #1F1F1F. Windows color (decimal): -13826926 or 9569325. OLE color: 9569325.

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

Color convert

RGB 45 4 146 -
CMYK 0.69 0.97 0 0.43
HSL 257.32º 0.95% 0.29% -
HSV(B) 257.32º 0.97% 0.57% -
XYZ 6.31 2.72 27.39 -
YUV 32.45 192.08 136.95 -
System Red Green Blue C M Y K H S L
Decimal 45 4 146 0.69 0.97 0 0.43 257.32 0.95 0.29
Hex 2D 4 92 45 61 0 2B 101 5F 1D
Octal 55 4 222 105 141 0 53 401 137 35
Binary 101101 100 10010010 1000101 1100001 0 101011 100000001 1011111 11101

Color Harmonies of #2D0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0492

Black with #2D0492

Text Example


Text Example

White with #2D0492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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