Html Css Color HEX #292FDF Persian Blue

📋 copy color: '#292FDF'

red 41 ◦ green 47 ◦ blue 223

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

Shades of Persian Blue #292FDF

Tints of Persian Blue #292FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.7%

R = 13.18%
G = 15.11%
B = 71.7%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#292FDF (or 0x292FDF) is known color: Persian Blue. HEX triplet: 29, 2F and DF. RGB value is (41,47,223). Sum of RGB (Red+Green+Blue) = 41+47+223=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #292FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292FDF is #D6D020. Grayscale: #404040. Windows color (decimal): -14077985 or 14626601. OLE color: 14626601.

HSL color Cylindrical-coordinate representation of color #292FDF: hue angle of 238.02º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #292FDF is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 47 223 -
CMYK 0.82 0.79 0 0.13
HSL 238.02º 0.74% 0.52% -
HSV(B) 238.02º 0.82% 0.87% -
XYZ 15.25 7.83 70.52 -
YUV 65.27 217.01 110.69 -
System Red Green Blue C M Y K H S L
Decimal 41 47 223 0.82 0.79 0 0.13 238.02 0.74 0.52
Hex 29 2F DF 52 4F 0 D EE 4A 34
Octal 51 57 337 122 117 0 15 356 112 64
Binary 101001 101111 11011111 1010010 1001111 0 1101 11101110 1001010 110100

Color Harmonies of #292FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292FDF

Black with #292FDF

Text Example


Text Example

White with #292FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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