Html Css Color HEX #2A42AB Persian Blue

📋 copy color: '#2A42AB'

red 42 ◦ green 66 ◦ blue 171

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

Shades of Persian Blue #2A42AB

Tints of Persian Blue #2A42AB

RGB

 RED value IS 42 (16.8% from 255) = 15.05%

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

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

R = 15.05%
G = 23.66%
B = 61.29%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2A42AB (or 0x2A42AB) is known color: Persian Blue. HEX triplet: 2A, 42 and AB. RGB value is (42,66,171). Sum of RGB (Red+Green+Blue) = 42+66+171=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A42AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A42AB is #D5BD54. Grayscale: #464646. Windows color (decimal): -14007637 or 11223594. OLE color: 11223594.

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

Color convert

RGB 42 66 171 -
CMYK 0.75 0.61 0 0.33
HSL 228.84º 0.61% 0.42% -
HSV(B) 228.84º 0.75% 0.67% -
XYZ 10.25 7.33 39.4 -
YUV 70.79 184.55 107.46 -
System Red Green Blue C M Y K H S L
Decimal 42 66 171 0.75 0.61 0 0.33 228.84 0.61 0.42
Hex 2A 42 AB 4B 3D 0 21 E5 3D 2A
Octal 52 102 253 113 75 0 41 345 75 52
Binary 101010 1000010 10101011 1001011 111101 0 100001 11100101 111101 101010

Color Harmonies of #2A42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A42AB

Black with #2A42AB

Text Example


Text Example

White with #2A42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A42AB; }

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

 H1.HeaderClassName
 {
   color: #2A42AB;
 }
 .AnyTagClassName
 {
   color: #2A42AB;
 }
</style>

background-color css

<style>
 a { background-color: #2A42AB; }

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

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

border-color css

<style>
 span { border-color: #2A42AB; }

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

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