Html Css Color HEX #2A19BB Persian Blue

📋 copy color: '#2A19BB'

red 42 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #2A19BB

Tints of Persian Blue #2A19BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.84%

 BLUE value IS 187 (73.44% from 255) = 73.62%

R = 16.54%
G = 9.84%
B = 73.62%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A19BB (or 0x2A19BB) is known color: Persian Blue. HEX triplet: 2A, 19 and BB. RGB value is (42,25,187). Sum of RGB (Red+Green+Blue) = 42+25+187=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A19BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A19BB is #D5E644. Grayscale: #2F2F2F. Windows color (decimal): -14018117 or 12261674. OLE color: 12261674.

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

Color convert

RGB 42 25 187 -
CMYK 0.78 0.87 0 0.27
HSL 246.3º 0.76% 0.42% -
HSV(B) 246.3º 0.87% 0.73% -
XYZ 10.27 4.78 47.39 -
YUV 48.55 206.13 123.33 -
System Red Green Blue C M Y K H S L
Decimal 42 25 187 0.78 0.87 0 0.27 246.3 0.76 0.42
Hex 2A 19 BB 4E 57 0 1B F6 4C 2A
Octal 52 31 273 116 127 0 33 366 114 52
Binary 101010 11001 10111011 1001110 1010111 0 11011 11110110 1001100 101010

Color Harmonies of #2A19BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A19BB

Black with #2A19BB

Text Example


Text Example

White with #2A19BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,25,187); }

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

background-color css

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

 a { background-color: rgb(42,25,187); }

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

border-color css

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

 span { border-color: rgb(42,25,187); }

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