Html Css Color HEX #2A17BE Persian Blue

📋 copy color: '#2A17BE'

red 42 ◦ green 23 ◦ blue 190

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

Shades of Persian Blue #2A17BE

Tints of Persian Blue #2A17BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 74.51%

R = 16.47%
G = 9.02%
B = 74.51%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A17BE (or 0x2A17BE) is known color: Persian Blue. HEX triplet: 2A, 17 and BE. RGB value is (42,23,190). Sum of RGB (Red+Green+Blue) = 42+23+190=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A17BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A17BE is #D5E841. Grayscale: #2F2F2F. Windows color (decimal): -14018626 or 12457770. OLE color: 12457770.

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

Color convert

RGB 42 23 190 -
CMYK 0.78 0.88 0 0.25
HSL 246.83º 0.78% 0.42% -
HSV(B) 246.83º 0.88% 0.75% -
XYZ 10.56 4.82 49.09 -
YUV 47.72 208.29 123.92 -
System Red Green Blue C M Y K H S L
Decimal 42 23 190 0.78 0.88 0 0.25 246.83 0.78 0.42
Hex 2A 17 BE 4E 58 0 19 F7 4E 2A
Octal 52 27 276 116 130 0 31 367 116 52
Binary 101010 10111 10111110 1001110 1011000 0 11001 11110111 1001110 101010

Color Harmonies of #2A17BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A17BE

Black with #2A17BE

Text Example


Text Example

White with #2A17BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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