Html Css Color HEX #2A17B9 Persian Blue

📋 copy color: '#2A17B9'

red 42 ◦ green 23 ◦ blue 185

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

Shades of Persian Blue #2A17B9

Tints of Persian Blue #2A17B9

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.2%

 BLUE value IS 185 (72.66% from 255) = 74%

R = 16.8%
G = 9.2%
B = 74%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A17B9 (or 0x2A17B9) is known color: Persian Blue. HEX triplet: 2A, 17 and B9. RGB value is (42,23,185). Sum of RGB (Red+Green+Blue) = 42+23+185=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 185 (72.66% from 255 or 74% from 250); Max value from RGB is 185 - color contains mainly: blue. Hex color #2A17B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A17B9 is #D5E846. Grayscale: #2E2E2E. Windows color (decimal): -14018631 or 12130090. OLE color: 12130090.

HSL color Cylindrical-coordinate representation of color #2A17B9: hue angle of 247.04º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A17B9 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 23 185 -
CMYK 0.77 0.88 0 0.27
HSL 247.04º 0.78% 0.41% -
HSV(B) 247.04º 0.88% 0.73% -
XYZ 10.02 4.61 46.26 -
YUV 47.15 205.79 124.33 -
System Red Green Blue C M Y K H S L
Decimal 42 23 185 0.77 0.88 0 0.27 247.04 0.78 0.41
Hex 2A 17 B9 4D 58 0 1B F7 4E 29
Octal 52 27 271 115 130 0 33 367 116 51
Binary 101010 10111 10111001 1001101 1011000 0 11011 11110111 1001110 101001

Color Harmonies of #2A17B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A17B9

Black with #2A17B9

Text Example


Text Example

White with #2A17B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,23,185); }

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

background-color css

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

 a { background-color: rgb(42,23,185); }

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

border-color css

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

 span { border-color: rgb(42,23,185); }

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