Html Css Color HEX #2A1EBC Persian Blue

📋 copy color: '#2A1EBC'

red 42 ◦ green 30 ◦ blue 188

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

Shades of Persian Blue #2A1EBC

Tints of Persian Blue #2A1EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.54%

 BLUE value IS 188 (73.83% from 255) = 72.31%

R = 16.15%
G = 11.54%
B = 72.31%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2A1EBC (or 0x2A1EBC) is known color: Persian Blue. HEX triplet: 2A, 1E and BC. RGB value is (42,30,188). Sum of RGB (Red+Green+Blue) = 42+30+188=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A1EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1EBC is #D5E143. Grayscale: #323232. Windows color (decimal): -14016836 or 12328490. OLE color: 12328490.

HSL color Cylindrical-coordinate representation of color #2A1EBC: hue angle of 244.56º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1EBC is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 42 30 188 -
CMYK 0.78 0.84 0 0.26
HSL 244.56º 0.72% 0.43% -
HSV(B) 244.56º 0.84% 0.74% -
XYZ 10.5 5.05 48 -
YUV 51.6 204.98 121.15 -
System Red Green Blue C M Y K H S L
Decimal 42 30 188 0.78 0.84 0 0.26 244.56 0.72 0.43
Hex 2A 1E BC 4E 54 0 1A F5 48 2B
Octal 52 36 274 116 124 0 32 365 110 53
Binary 101010 11110 10111100 1001110 1010100 0 11010 11110101 1001000 101011

Color Harmonies of #2A1EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1EBC

Black with #2A1EBC

Text Example


Text Example

White with #2A1EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,30,188); }

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

background-color css

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

 a { background-color: rgb(42,30,188); }

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

border-color css

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

 span { border-color: rgb(42,30,188); }

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