Html Css Color HEX #2D248D Persian Indigo

📋 copy color: '#2D248D'

red 45 ◦ green 36 ◦ blue 141

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

Shades of Persian Indigo #2D248D

Tints of Persian Indigo #2D248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.51%

R = 20.27%
G = 16.22%
B = 63.51%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2D248D (or 0x2D248D) is known color: Persian Indigo. HEX triplet: 2D, 24 and 8D. RGB value is (45,36,141). Sum of RGB (Red+Green+Blue) = 45+36+141=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #2D248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D248D is #D2DB72. Grayscale: #323232. Windows color (decimal): -13818739 or 9249837. OLE color: 9249837.

HSL color Cylindrical-coordinate representation of color #2D248D: hue angle of 245.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D248D is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 36 141 -
CMYK 0.68 0.74 0 0.45
HSL 245.14º 0.59% 0.35% -
HSV(B) 245.14º 0.74% 0.55% -
XYZ 6.52 3.74 25.58 -
YUV 50.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 45 36 141 0.68 0.74 0 0.45 245.14 0.59 0.35
Hex 2D 24 8D 44 4A 0 2D F5 3B 23
Octal 55 44 215 104 112 0 55 365 73 43
Binary 101101 100100 10001101 1000100 1001010 0 101101 11110101 111011 100011

Color Harmonies of #2D248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D248D

Black with #2D248D

Text Example


Text Example

White with #2D248D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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