Html Css Color HEX #2A19CE Persian Blue

📋 copy color: '#2A19CE'

red 42 ◦ green 25 ◦ blue 206

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

Shades of Persian Blue #2A19CE

Tints of Persian Blue #2A19CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.46%

R = 15.38%
G = 9.16%
B = 75.46%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2A19CE (or 0x2A19CE) is known color: Persian Blue. HEX triplet: 2A, 19 and CE. RGB value is (42,25,206). Sum of RGB (Red+Green+Blue) = 42+25+206=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A19CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A19CE is #D5E631. Grayscale: #323232. Windows color (decimal): -14018098 or 13506858. OLE color: 13506858.

HSL color Cylindrical-coordinate representation of color #2A19CE: hue angle of 245.64º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A19CE is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 25 206 -
CMYK 0.80 0.88 0 0.19
HSL 245.64º 0.78% 0.45% -
HSV(B) 245.64º 0.88% 0.81% -
XYZ 12.44 5.64 58.83 -
YUV 50.72 215.63 121.78 -
System Red Green Blue C M Y K H S L
Decimal 42 25 206 0.80 0.88 0 0.19 245.64 0.78 0.45
Hex 2A 19 CE 50 58 0 13 F6 4E 2D
Octal 52 31 316 120 130 0 23 366 116 55
Binary 101010 11001 11001110 1010000 1011000 0 10011 11110110 1001110 101101

Color Harmonies of #2A19CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A19CE

Black with #2A19CE

Text Example


Text Example

White with #2A19CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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