Html Css Color HEX #2D248C Persian Indigo

📋 copy color: '#2D248C'

red 45 ◦ green 36 ◦ blue 140

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

Shades of Persian Indigo #2D248C

Tints of Persian Indigo #2D248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.35%

R = 20.36%
G = 16.29%
B = 63.35%

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

#2D248C (or 0x2D248C) is known color: Persian Indigo. HEX triplet: 2D, 24 and 8C. RGB value is (45,36,140). Sum of RGB (Red+Green+Blue) = 45+36+140=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D248C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D248C is #D2DB73. Grayscale: #323232. Windows color (decimal): -13818740 or 9184301. OLE color: 9184301.

HSL color Cylindrical-coordinate representation of color #2D248C: hue angle of 245.19º 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 #2D248C is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 36 140 -
CMYK 0.68 0.74 0 0.45
HSL 245.19º 0.59% 0.35% -
HSV(B) 245.19º 0.74% 0.55% -
XYZ 6.45 3.71 25.19 -
YUV 50.55 178.48 124.04 -
System Red Green Blue C M Y K H S L
Decimal 45 36 140 0.68 0.74 0 0.45 245.19 0.59 0.35
Hex 2D 24 8C 44 4A 0 2D F5 3B 23
Octal 55 44 214 104 112 0 55 365 73 43
Binary 101101 100100 10001100 1000100 1001010 0 101101 11110101 111011 100011

Color Harmonies of #2D248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D248C

Black with #2D248C

Text Example


Text Example

White with #2D248C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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