Html Css Color HEX #2D2492 Persian Indigo

📋 copy color: '#2D2492'

red 45 ◦ green 36 ◦ blue 146

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

Shades of Persian Indigo #2D2492

Tints of Persian Indigo #2D2492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

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

R = 19.82%
G = 15.86%
B = 64.32%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2D2492 (or 0x2D2492) is known color: Persian Indigo. HEX triplet: 2D, 24 and 92. RGB value is (45,36,146). Sum of RGB (Red+Green+Blue) = 45+36+146=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D2492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2492 is #D2DB6D. Grayscale: #323232. Windows color (decimal): -13818734 or 9577517. OLE color: 9577517.

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

Color convert

RGB 45 36 146 -
CMYK 0.69 0.75 0 0.43
HSL 244.91º 0.6% 0.36% -
HSV(B) 244.91º 0.75% 0.57% -
XYZ 6.9 3.89 27.58 -
YUV 51.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 45 36 146 0.69 0.75 0 0.43 244.91 0.6 0.36
Hex 2D 24 92 45 4B 0 2B F5 3C 24
Octal 55 44 222 105 113 0 53 365 74 44
Binary 101101 100100 10010010 1000101 1001011 0 101011 11110101 111100 100100

Color Harmonies of #2D2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2492

Black with #2D2492

Text Example


Text Example

White with #2D2492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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