Html Css Color HEX #2942AB Persian Blue

📋 copy color: '#2942AB'

red 41 ◦ green 66 ◦ blue 171

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

Shades of Persian Blue #2942AB

Tints of Persian Blue #2942AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.74%

 BLUE value IS 171 (67.19% from 255) = 61.51%

R = 14.75%
G = 23.74%
B = 61.51%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2942AB (or 0x2942AB) is known color: Persian Blue. HEX triplet: 29, 42 and AB. RGB value is (41,66,171). Sum of RGB (Red+Green+Blue) = 41+66+171=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #2942AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2942AB is #D6BD54. Grayscale: #464646. Windows color (decimal): -14073173 or 11223593. OLE color: 11223593.

HSL color Cylindrical-coordinate representation of color #2942AB: hue angle of 228.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2942AB is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 66 171 -
CMYK 0.76 0.61 0 0.33
HSL 228.46º 0.61% 0.42% -
HSV(B) 228.46º 0.76% 0.67% -
XYZ 10.21 7.31 39.4 -
YUV 70.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 41 66 171 0.76 0.61 0 0.33 228.46 0.61 0.42
Hex 29 42 AB 4C 3D 0 21 E4 3D 2A
Octal 51 102 253 114 75 0 41 344 75 52
Binary 101001 1000010 10101011 1001100 111101 0 100001 11100100 111101 101010

Color Harmonies of #2942AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2942AB

Black with #2942AB

Text Example


Text Example

White with #2942AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2942AB; }

 p { color: rgb(41,66,171); }

 H1.HeaderClassName
 {
   color: #2942AB;
 }
 .AnyTagClassName
 {
   color: #2942AB;
 }
</style>

background-color css

<style>
 a { background-color: #2942AB; }

 a { background-color: rgb(41,66,171); }

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

border-color css

<style>
 span { border-color: #2942AB; }

 span { border-color: rgb(41,66,171); }

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