Html Css Color HEX #292ED5 Persian Blue

📋 copy color: '#292ED5'

red 41 ◦ green 46 ◦ blue 213

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

Shades of Persian Blue #292ED5

Tints of Persian Blue #292ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 71%

R = 13.67%
G = 15.33%
B = 71%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#292ED5 (or 0x292ED5) is known color: Persian Blue. HEX triplet: 29, 2E and D5. RGB value is (41,46,213). Sum of RGB (Red+Green+Blue) = 41+46+213=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 213 (83.59% from 255 or 71% from 300); Max value from RGB is 213 - color contains mainly: blue. Hex color #292ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ED5 is #D6D12A. Grayscale: #3E3E3E. Windows color (decimal): -14078251 or 13970985. OLE color: 13970985.

HSL color Cylindrical-coordinate representation of color #292ED5: hue angle of 238.26º 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 #292ED5 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 46 213 -
CMYK 0.81 0.78 0 0.16
HSL 238.26º 0.68% 0.5% -
HSV(B) 238.26º 0.81% 0.84% -
XYZ 13.9 7.23 63.61 -
YUV 63.54 212.34 111.92 -
System Red Green Blue C M Y K H S L
Decimal 41 46 213 0.81 0.78 0 0.16 238.26 0.68 0.5
Hex 29 2E D5 51 4E 0 10 EE 44 32
Octal 51 56 325 121 116 0 20 356 104 62
Binary 101001 101110 11010101 1010001 1001110 0 10000 11101110 1000100 110010

Color Harmonies of #292ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292ED5

Black with #292ED5

Text Example


Text Example

White with #292ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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