Html Css Color HEX #292ADB Persian Blue

📋 copy color: '#292ADB'

red 41 ◦ green 42 ◦ blue 219

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

Shades of Persian Blue #292ADB

Tints of Persian Blue #292ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.91%

 BLUE value IS 219 (85.94% from 255) = 72.52%

R = 13.58%
G = 13.91%
B = 72.52%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#292ADB (or 0x292ADB) is known color: Persian Blue. HEX triplet: 29, 2A and DB. RGB value is (41,42,219). Sum of RGB (Red+Green+Blue) = 41+42+219=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #292ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ADB is #D6D524. Grayscale: #3D3D3D. Windows color (decimal): -14079269 or 14363177. OLE color: 14363177.

HSL color Cylindrical-coordinate representation of color #292ADB: hue angle of 239.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #292ADB is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 42 219 -
CMYK 0.81 0.81 0 0.14
HSL 239.66º 0.71% 0.51% -
HSV(B) 239.66º 0.81% 0.86% -
XYZ 14.53 7.24 67.65 -
YUV 61.88 216.67 113.11 -
System Red Green Blue C M Y K H S L
Decimal 41 42 219 0.81 0.81 0 0.14 239.66 0.71 0.51
Hex 29 2A DB 51 51 0 E F0 47 33
Octal 51 52 333 121 121 0 16 360 107 63
Binary 101001 101010 11011011 1010001 1010001 0 1110 11110000 1000111 110011

Color Harmonies of #292ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292ADB

Black with #292ADB

Text Example


Text Example

White with #292ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,42,219); }

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

background-color css

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

 a { background-color: rgb(41,42,219); }

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

border-color css

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

 span { border-color: rgb(41,42,219); }

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