Html Css Color HEX #2D2592 Persian Indigo

📋 copy color: '#2D2592'

red 45 ◦ green 37 ◦ blue 146

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

Shades of Persian Indigo #2D2592

Tints of Persian Indigo #2D2592

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.23%

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

R = 19.74%
G = 16.23%
B = 64.04%

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

#2D2592 (or 0x2D2592) is known color: Persian Indigo. HEX triplet: 2D, 25 and 92. RGB value is (45,37,146). Sum of RGB (Red+Green+Blue) = 45+37+146=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D2592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2592 is #D2DA6D. Grayscale: #333333. Windows color (decimal): -13818478 or 9577773. OLE color: 9577773.

HSL color Cylindrical-coordinate representation of color #2D2592: hue angle of 244.4º 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 #2D2592 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 45 37 146 -
CMYK 0.69 0.75 0 0.43
HSL 244.4º 0.6% 0.36% -
HSV(B) 244.4º 0.75% 0.57% -
XYZ 6.93 3.96 27.59 -
YUV 51.82 181.15 123.14 -
System Red Green Blue C M Y K H S L
Decimal 45 37 146 0.69 0.75 0 0.43 244.4 0.6 0.36
Hex 2D 25 92 45 4B 0 2B F4 3C 24
Octal 55 45 222 105 113 0 53 364 74 44
Binary 101101 100101 10010010 1000101 1001011 0 101011 11110100 111100 100100

Color Harmonies of #2D2592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2592

Black with #2D2592

Text Example


Text Example

White with #2D2592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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