Html Css Color HEX #2A238E Persian Indigo

📋 copy color: '#2A238E'

red 42 ◦ green 35 ◦ blue 142

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

Shades of Persian Indigo #2A238E

Tints of Persian Indigo #2A238E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 64.84%

R = 19.18%
G = 15.98%
B = 64.84%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2A238E (or 0x2A238E) is known color: Persian Indigo. HEX triplet: 2A, 23 and 8E. RGB value is (42,35,142). Sum of RGB (Red+Green+Blue) = 42+35+142=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #2A238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A238E is #D5DC71. Grayscale: #303030. Windows color (decimal): -14015602 or 9315114. OLE color: 9315114.

HSL color Cylindrical-coordinate representation of color #2A238E: hue angle of 243.93º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A238E is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 42 35 142 -
CMYK 0.70 0.75 0 0.44
HSL 243.93º 0.6% 0.35% -
HSV(B) 243.93º 0.75% 0.56% -
XYZ 6.44 3.65 25.96 -
YUV 49.29 180.32 122.8 -
System Red Green Blue C M Y K H S L
Decimal 42 35 142 0.70 0.75 0 0.44 243.93 0.6 0.35
Hex 2A 23 8E 46 4B 0 2C F4 3C 23
Octal 52 43 216 106 113 0 54 364 74 43
Binary 101010 100011 10001110 1000110 1001011 0 101100 11110100 111100 100011

Color Harmonies of #2A238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A238E

Black with #2A238E

Text Example


Text Example

White with #2A238E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,35,142); }

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

background-color css

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

 a { background-color: rgb(42,35,142); }

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

border-color css

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

 span { border-color: rgb(42,35,142); }

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