Html Css Color HEX #292BE6 Persian Blue

📋 copy color: '#292BE6'

red 41 ◦ green 43 ◦ blue 230

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

Shades of Persian Blue #292BE6

Tints of Persian Blue #292BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 73.25%

R = 13.06%
G = 13.69%
B = 73.25%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#292BE6 (or 0x292BE6) is known color: Persian Blue. HEX triplet: 29, 2B and E6. RGB value is (41,43,230). Sum of RGB (Red+Green+Blue) = 41+43+230=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 230 (90.23% from 255 or 73.25% from 314); Max value from RGB is 230 - color contains mainly: blue. Hex color #292BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292BE6 is #D6D419. Grayscale: #3E3E3E. Windows color (decimal): -14079002 or 15084329. OLE color: 15084329.

HSL color Cylindrical-coordinate representation of color #292BE6: hue angle of 239.37º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #292BE6 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 41 43 230 -
CMYK 0.82 0.81 0 0.10
HSL 239.37º 0.79% 0.53% -
HSV(B) 239.37º 0.82% 0.9% -
XYZ 16.06 7.91 75.54 -
YUV 63.72 221.84 111.79 -
System Red Green Blue C M Y K H S L
Decimal 41 43 230 0.82 0.81 0 0.10 239.37 0.79 0.53
Hex 29 2B E6 52 51 0 A EF 4F 35
Octal 51 53 346 122 121 0 12 357 117 65
Binary 101001 101011 11100110 1010010 1010001 0 1010 11101111 1001111 110101

Color Harmonies of #292BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292BE6

Black with #292BE6

Text Example


Text Example

White with #292BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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