Html Css Color HEX #2A40DE Persian Blue

📋 copy color: '#2A40DE'

red 42 ◦ green 64 ◦ blue 222

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

Shades of Persian Blue #2A40DE

Tints of Persian Blue #2A40DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.68%

R = 12.8%
G = 19.51%
B = 67.68%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A40DE (or 0x2A40DE) is known color: Persian Blue. HEX triplet: 2A, 40 and DE. RGB value is (42,64,222). Sum of RGB (Red+Green+Blue) = 42+64+222=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #2A40DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A40DE is #D5BF21. Grayscale: #4A4A4A. Windows color (decimal): -14008098 or 14565418. OLE color: 14565418.

HSL color Cylindrical-coordinate representation of color #2A40DE: hue angle of 232.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A40DE is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 64 222 -
CMYK 0.81 0.71 0 0.13
HSL 232.67º 0.73% 0.52% -
HSV(B) 232.67º 0.81% 0.87% -
XYZ 15.97 9.43 70.09 -
YUV 75.43 210.71 104.15 -
System Red Green Blue C M Y K H S L
Decimal 42 64 222 0.81 0.71 0 0.13 232.67 0.73 0.52
Hex 2A 40 DE 51 47 0 D E9 49 34
Octal 52 100 336 121 107 0 15 351 111 64
Binary 101010 1000000 11011110 1010001 1000111 0 1101 11101001 1001001 110100

Color Harmonies of #2A40DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A40DE

Black with #2A40DE

Text Example


Text Example

White with #2A40DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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