Html Css Color HEX #2A40DC Persian Blue

📋 copy color: '#2A40DC'

red 42 ◦ green 64 ◦ blue 220

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

Shades of Persian Blue #2A40DC

Tints of Persian Blue #2A40DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

 BLUE value IS 220 (86.33% from 255) = 67.48%

R = 12.88%
G = 19.63%
B = 67.48%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A40DC (or 0x2A40DC) is known color: Persian Blue. HEX triplet: 2A, 40 and DC. RGB value is (42,64,220). Sum of RGB (Red+Green+Blue) = 42+64+220=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A40DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A40DC is #D5BF23. Grayscale: #4A4A4A. Windows color (decimal): -14008100 or 14434346. OLE color: 14434346.

HSL color Cylindrical-coordinate representation of color #2A40DC: hue angle of 232.58º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A40DC is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 64 220 -
CMYK 0.81 0.71 0 0.14
HSL 232.58º 0.72% 0.51% -
HSV(B) 232.58º 0.81% 0.86% -
XYZ 15.71 9.33 68.68 -
YUV 75.21 209.71 104.32 -
System Red Green Blue C M Y K H S L
Decimal 42 64 220 0.81 0.71 0 0.14 232.58 0.72 0.51
Hex 2A 40 DC 51 47 0 E E9 48 33
Octal 52 100 334 121 107 0 16 351 110 63
Binary 101010 1000000 11011100 1010001 1000111 0 1110 11101001 1001000 110011

Color Harmonies of #2A40DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A40DC

Black with #2A40DC

Text Example


Text Example

White with #2A40DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,64,220); }

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

background-color css

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

 a { background-color: rgb(42,64,220); }

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

border-color css

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

 span { border-color: rgb(42,64,220); }

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