Html Css Color HEX #2E1BCA Persian Blue

📋 copy color: '#2E1BCA'

red 46 ◦ green 27 ◦ blue 202

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

Shades of Persian Blue #2E1BCA

Tints of Persian Blue #2E1BCA

RGB

 RED value IS 46 (18.36% from 255) = 16.73%

 GREEN value IS 27 (10.94% from 255) = 9.82%

 BLUE value IS 202 (79.3% from 255) = 73.45%

R = 16.73%
G = 9.82%
B = 73.45%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2E1BCA (or 0x2E1BCA) is known color: Persian Blue. HEX triplet: 2E, 1B and CA. RGB value is (46,27,202). Sum of RGB (Red+Green+Blue) = 46+27+202=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 202 (79.30% from 255 or 73.45% from 275); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E1BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1BCA is #D1E435. Grayscale: #333333. Windows color (decimal): -13755446 or 13245230. OLE color: 13245230.

HSL color Cylindrical-coordinate representation of color #2E1BCA: hue angle of 246.51º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E1BCA is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 27 202 -
CMYK 0.77 0.87 0 0.21
HSL 246.51º 0.76% 0.45% -
HSV(B) 246.51º 0.87% 0.79% -
XYZ 12.18 5.63 56.32 -
YUV 52.63 212.29 123.27 -
System Red Green Blue C M Y K H S L
Decimal 46 27 202 0.77 0.87 0 0.21 246.51 0.76 0.45
Hex 2E 1B CA 4D 57 0 15 F7 4C 2D
Octal 56 33 312 115 127 0 25 367 114 55
Binary 101110 11011 11001010 1001101 1010111 0 10101 11110111 1001100 101101

Color Harmonies of #2E1BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1BCA

Black with #2E1BCA

Text Example


Text Example

White with #2E1BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,27,202); }

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

background-color css

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

 a { background-color: rgb(46,27,202); }

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

border-color css

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

 span { border-color: rgb(46,27,202); }

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