Html Css Color HEX #292CC1 Persian Blue

📋 copy color: '#292CC1'

red 41 ◦ green 44 ◦ blue 193

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

Shades of Persian Blue #292CC1

Tints of Persian Blue #292CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 69.42%

R = 14.75%
G = 15.83%
B = 69.42%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#292CC1 (or 0x292CC1) is known color: Persian Blue. HEX triplet: 29, 2C and C1. RGB value is (41,44,193). Sum of RGB (Red+Green+Blue) = 41+44+193=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 193 (75.78% from 255 or 69.42% from 278); Max value from RGB is 193 - color contains mainly: blue. Hex color #292CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292CC1 is #D6D33E. Grayscale: #3B3B3B. Windows color (decimal): -14078783 or 12659753. OLE color: 12659753.

HSL color Cylindrical-coordinate representation of color #292CC1: hue angle of 238.82º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #292CC1 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 41 44 193 -
CMYK 0.79 0.77 0 0.24
HSL 238.82º 0.65% 0.46% -
HSV(B) 238.82º 0.79% 0.76% -
XYZ 11.44 6.12 51.03 -
YUV 60.09 203.01 114.38 -
System Red Green Blue C M Y K H S L
Decimal 41 44 193 0.79 0.77 0 0.24 238.82 0.65 0.46
Hex 29 2C C1 4F 4D 0 18 EF 41 2E
Octal 51 54 301 117 115 0 30 357 101 56
Binary 101001 101100 11000001 1001111 1001101 0 11000 11101111 1000001 101110

Color Harmonies of #292CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292CC1

Black with #292CC1

Text Example


Text Example

White with #292CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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