Html Css Color HEX #2A1FCE Persian Blue

📋 copy color: '#2A1FCE'

red 42 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #2A1FCE

Tints of Persian Blue #2A1FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.11%

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

R = 15.05%
G = 11.11%
B = 73.84%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2A1FCE (or 0x2A1FCE) is known color: Persian Blue. HEX triplet: 2A, 1F and CE. RGB value is (42,31,206). Sum of RGB (Red+Green+Blue) = 42+31+206=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A1FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1FCE is #D5E031. Grayscale: #353535. Windows color (decimal): -14016562 or 13508394. OLE color: 13508394.

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

Color convert

RGB 42 31 206 -
CMYK 0.80 0.85 0 0.19
HSL 243.77º 0.74% 0.46% -
HSV(B) 243.77º 0.85% 0.81% -
XYZ 12.59 5.93 58.87 -
YUV 54.24 213.64 119.27 -
System Red Green Blue C M Y K H S L
Decimal 42 31 206 0.80 0.85 0 0.19 243.77 0.74 0.46
Hex 2A 1F CE 50 55 0 13 F4 4A 2E
Octal 52 37 316 120 125 0 23 364 112 56
Binary 101010 11111 11001110 1010000 1010101 0 10011 11110100 1001010 101110

Color Harmonies of #2A1FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1FCE

Black with #2A1FCE

Text Example


Text Example

White with #2A1FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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