Html Css Color HEX #2A248D Persian Indigo

📋 copy color: '#2A248D'

red 42 ◦ green 36 ◦ blue 141

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

Shades of Persian Indigo #2A248D

Tints of Persian Indigo #2A248D

RGB

 RED value IS 42 (16.8% from 255) = 19.18%

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

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

R = 19.18%
G = 16.44%
B = 64.38%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2A248D (or 0x2A248D) is known color: Persian Indigo. HEX triplet: 2A, 24 and 8D. RGB value is (42,36,141). Sum of RGB (Red+Green+Blue) = 42+36+141=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A248D is #D5DB72. Grayscale: #313131. Windows color (decimal): -14015347 or 9249834. OLE color: 9249834.

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

Color convert

RGB 42 36 141 -
CMYK 0.70 0.74 0 0.45
HSL 243.43º 0.59% 0.35% -
HSV(B) 243.43º 0.74% 0.55% -
XYZ 6.39 3.68 25.57 -
YUV 49.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 42 36 141 0.70 0.74 0 0.45 243.43 0.59 0.35
Hex 2A 24 8D 46 4A 0 2D F3 3B 23
Octal 52 44 215 106 112 0 55 363 73 43
Binary 101010 100100 10001101 1000110 1001010 0 101101 11110011 111011 100011

Color Harmonies of #2A248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A248D

Black with #2A248D

Text Example


Text Example

White with #2A248D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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