Html Css Color HEX #292FE0 Persian Blue

📋 copy color: '#292FE0'

red 41 ◦ green 47 ◦ blue 224

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

Shades of Persian Blue #292FE0

Tints of Persian Blue #292FE0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.06%

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

R = 13.14%
G = 15.06%
B = 71.79%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#292FE0 (or 0x292FE0) is known color: Persian Blue. HEX triplet: 29, 2F and E0. RGB value is (41,47,224). Sum of RGB (Red+Green+Blue) = 41+47+224=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 224 (87.89% from 255 or 71.79% from 312); Max value from RGB is 224 - color contains mainly: blue. Hex color #292FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292FE0 is #D6D01F. Grayscale: #404040. Windows color (decimal): -14077984 or 14692137. OLE color: 14692137.

HSL color Cylindrical-coordinate representation of color #292FE0: hue angle of 238.03º 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 #292FE0 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 47 224 -
CMYK 0.82 0.79 0 0.12
HSL 238.03º 0.75% 0.52% -
HSV(B) 238.03º 0.82% 0.88% -
XYZ 15.39 7.89 71.23 -
YUV 65.38 217.51 110.61 -
System Red Green Blue C M Y K H S L
Decimal 41 47 224 0.82 0.79 0 0.12 238.03 0.75 0.52
Hex 29 2F E0 52 4F 0 C EE 4B 34
Octal 51 57 340 122 117 0 14 356 113 64
Binary 101001 101111 11100000 1010010 1001111 0 1100 11101110 1001011 110100

Color Harmonies of #292FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292FE0

Black with #292FE0

Text Example


Text Example

White with #292FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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