Html Css Color HEX #292CE7 Persian Blue

📋 copy color: '#292CE7'

red 41 ◦ green 44 ◦ blue 231

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

Shades of Persian Blue #292CE7

Tints of Persian Blue #292CE7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.92%

 BLUE value IS 231 (90.63% from 255) = 73.1%

R = 12.97%
G = 13.92%
B = 73.1%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#292CE7 (or 0x292CE7) is known color: Persian Blue. HEX triplet: 29, 2C and E7. RGB value is (41,44,231). Sum of RGB (Red+Green+Blue) = 41+44+231=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 231 (90.62% from 255 or 73.10% from 316); Max value from RGB is 231 - color contains mainly: blue. Hex color #292CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292CE7 is #D6D318. Grayscale: #3F3F3F. Windows color (decimal): -14078745 or 15150121. OLE color: 15150121.

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

Color convert

RGB 41 44 231 -
CMYK 0.82 0.81 0 0.09
HSL 239.05º 0.8% 0.53% -
HSV(B) 239.05º 0.82% 0.91% -
XYZ 16.24 8.04 76.3 -
YUV 64.42 222.01 111.29 -
System Red Green Blue C M Y K H S L
Decimal 41 44 231 0.82 0.81 0 0.09 239.05 0.8 0.53
Hex 29 2C E7 52 51 0 9 EF 50 35
Octal 51 54 347 122 121 0 11 357 120 65
Binary 101001 101100 11100111 1010010 1010001 0 1001 11101111 1010000 110101

Color Harmonies of #292CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292CE7

Black with #292CE7

Text Example


Text Example

White with #292CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,44,231); }

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

background-color css

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

 a { background-color: rgb(41,44,231); }

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

border-color css

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

 span { border-color: rgb(41,44,231); }

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