Html Css Color HEX #2D2392 Persian Indigo

📋 copy color: '#2D2392'

red 45 ◦ green 35 ◦ blue 146

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

Shades of Persian Indigo #2D2392

Tints of Persian Indigo #2D2392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.49%

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

R = 19.91%
G = 15.49%
B = 64.6%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2D2392 (or 0x2D2392) is known color: Persian Indigo. HEX triplet: 2D, 23 and 92. RGB value is (45,35,146). Sum of RGB (Red+Green+Blue) = 45+35+146=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D2392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2392 is #D2DC6D. Grayscale: #323232. Windows color (decimal): -13818990 or 9577261. OLE color: 9577261.

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

Color convert

RGB 45 35 146 -
CMYK 0.69 0.76 0 0.43
HSL 245.41º 0.61% 0.35% -
HSV(B) 245.41º 0.76% 0.57% -
XYZ 6.87 3.84 27.57 -
YUV 50.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 45 35 146 0.69 0.76 0 0.43 245.41 0.61 0.35
Hex 2D 23 92 45 4C 0 2B F5 3D 23
Octal 55 43 222 105 114 0 53 365 75 43
Binary 101101 100011 10010010 1000101 1001100 0 101011 11110101 111101 100011

Color Harmonies of #2D2392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2392

Black with #2D2392

Text Example


Text Example

White with #2D2392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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