Html Css Color HEX #292ED6 Persian Blue

📋 copy color: '#292ED6'

red 41 ◦ green 46 ◦ blue 214

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

Shades of Persian Blue #292ED6

Tints of Persian Blue #292ED6

RGB

 RED value IS 41 (16.41% from 255) = 13.62%

 GREEN value IS 46 (18.36% from 255) = 15.28%

 BLUE value IS 214 (83.98% from 255) = 71.1%

R = 13.62%
G = 15.28%
B = 71.1%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#292ED6 (or 0x292ED6) is known color: Persian Blue. HEX triplet: 29, 2E and D6. RGB value is (41,46,214). Sum of RGB (Red+Green+Blue) = 41+46+214=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 214 (83.98% from 255 or 71.10% from 301); Max value from RGB is 214 - color contains mainly: blue. Hex color #292ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ED6 is #D6D129. Grayscale: #3E3E3E. Windows color (decimal): -14078250 or 14036521. OLE color: 14036521.

HSL color Cylindrical-coordinate representation of color #292ED6: hue angle of 238.27º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #292ED6 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 46 214 -
CMYK 0.81 0.79 0 0.16
HSL 238.27º 0.68% 0.5% -
HSV(B) 238.27º 0.81% 0.84% -
XYZ 14.03 7.28 64.28 -
YUV 63.66 212.84 111.84 -
System Red Green Blue C M Y K H S L
Decimal 41 46 214 0.81 0.79 0 0.16 238.27 0.68 0.5
Hex 29 2E D6 51 4F 0 10 EE 44 32
Octal 51 56 326 121 117 0 20 356 104 62
Binary 101001 101110 11010110 1010001 1001111 0 10000 11101110 1000100 110010

Color Harmonies of #292ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292ED6

Black with #292ED6

Text Example


Text Example

White with #292ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292ED6; }

 p { color: rgb(41,46,214); }

 H1.HeaderClassName
 {
   color: #292ED6;
 }
 .AnyTagClassName
 {
   color: #292ED6;
 }
</style>

background-color css

<style>
 a { background-color: #292ED6; }

 a { background-color: rgb(41,46,214); }

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

border-color css

<style>
 span { border-color: #292ED6; }

 span { border-color: rgb(41,46,214); }

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