Html Css Color HEX #292ABC Persian Blue

📋 copy color: '#292ABC'

red 41 ◦ green 42 ◦ blue 188

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

Shades of Persian Blue #292ABC

Tints of Persian Blue #292ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.37%

R = 15.13%
G = 15.5%
B = 69.37%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#292ABC (or 0x292ABC) is known color: Persian Blue. HEX triplet: 29, 2A and BC. RGB value is (41,42,188). Sum of RGB (Red+Green+Blue) = 41+42+188=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #292ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292ABC is #D6D543. Grayscale: #393939. Windows color (decimal): -14079300 or 12331561. OLE color: 12331561.

HSL color Cylindrical-coordinate representation of color #292ABC: hue angle of 239.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #292ABC is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 42 188 -
CMYK 0.78 0.78 0 0.26
HSL 239.59º 0.64% 0.45% -
HSV(B) 239.59º 0.78% 0.74% -
XYZ 10.82 5.76 48.12 -
YUV 58.35 201.17 115.63 -
System Red Green Blue C M Y K H S L
Decimal 41 42 188 0.78 0.78 0 0.26 239.59 0.64 0.45
Hex 29 2A BC 4E 4E 0 1A F0 40 2D
Octal 51 52 274 116 116 0 32 360 100 55
Binary 101001 101010 10111100 1001110 1001110 0 11010 11110000 1000000 101101

Color Harmonies of #292ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292ABC

Black with #292ABC

Text Example


Text Example

White with #292ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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