Html Css Color HEX #292BE0 Persian Blue

📋 copy color: '#292BE0'

red 41 ◦ green 43 ◦ blue 224

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

Shades of Persian Blue #292BE0

Tints of Persian Blue #292BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.96%

 BLUE value IS 224 (87.89% from 255) = 72.73%

R = 13.31%
G = 13.96%
B = 72.73%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#292BE0 (or 0x292BE0) is known color: Persian Blue. HEX triplet: 29, 2B and E0. RGB value is (41,43,224). Sum of RGB (Red+Green+Blue) = 41+43+224=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 224 (87.89% from 255 or 72.73% from 308); Max value from RGB is 224 - color contains mainly: blue. Hex color #292BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292BE0 is #D6D41F. Grayscale: #3E3E3E. Windows color (decimal): -14079008 or 14691113. OLE color: 14691113.

HSL color Cylindrical-coordinate representation of color #292BE0: hue angle of 239.34º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #292BE0 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 43 224 -
CMYK 0.82 0.81 0 0.12
HSL 239.34º 0.75% 0.52% -
HSV(B) 239.34º 0.82% 0.88% -
XYZ 15.23 7.58 71.18 -
YUV 63.04 218.84 112.28 -
System Red Green Blue C M Y K H S L
Decimal 41 43 224 0.82 0.81 0 0.12 239.34 0.75 0.52
Hex 29 2B E0 52 51 0 C EF 4B 34
Octal 51 53 340 122 121 0 14 357 113 64
Binary 101001 101011 11100000 1010010 1010001 0 1100 11101111 1001011 110100

Color Harmonies of #292BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292BE0

Black with #292BE0

Text Example


Text Example

White with #292BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,43,224); }

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

background-color css

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

 a { background-color: rgb(41,43,224); }

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

border-color css

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

 span { border-color: rgb(41,43,224); }

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