Html Css Color HEX #292CC7 Persian Blue

📋 copy color: '#292CC7'

red 41 ◦ green 44 ◦ blue 199

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

Shades of Persian Blue #292CC7

Tints of Persian Blue #292CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 70.07%

R = 14.44%
G = 15.49%
B = 70.07%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#292CC7 (or 0x292CC7) is known color: Persian Blue. HEX triplet: 29, 2C and C7. RGB value is (41,44,199). Sum of RGB (Red+Green+Blue) = 41+44+199=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 199 (78.12% from 255 or 70.07% from 284); Max value from RGB is 199 - color contains mainly: blue. Hex color #292CC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292CC7 is #D6D338. Grayscale: #3C3C3C. Windows color (decimal): -14078777 or 13052969. OLE color: 13052969.

HSL color Cylindrical-coordinate representation of color #292CC7: hue angle of 238.86º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #292CC7 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 44 199 -
CMYK 0.79 0.78 0 0.22
HSL 238.86º 0.66% 0.47% -
HSV(B) 238.86º 0.79% 0.78% -
XYZ 12.12 6.4 54.63 -
YUV 60.77 206.01 113.9 -
System Red Green Blue C M Y K H S L
Decimal 41 44 199 0.79 0.78 0 0.22 238.86 0.66 0.47
Hex 29 2C C7 4F 4E 0 16 EF 42 2F
Octal 51 54 307 117 116 0 26 357 102 57
Binary 101001 101100 11000111 1001111 1001110 0 10110 11101111 1000010 101111

Color Harmonies of #292CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292CC7

Black with #292CC7

Text Example


Text Example

White with #292CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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