Html Css Color HEX #2E1BCC Persian Blue

📋 copy color: '#2E1BCC'

red 46 ◦ green 27 ◦ blue 204

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

Shades of Persian Blue #2E1BCC

Tints of Persian Blue #2E1BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 73.65%

R = 16.61%
G = 9.75%
B = 73.65%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2E1BCC (or 0x2E1BCC) is known color: Persian Blue. HEX triplet: 2E, 1B and CC. RGB value is (46,27,204). Sum of RGB (Red+Green+Blue) = 46+27+204=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E1BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1BCC is #D1E433. Grayscale: #343434. Windows color (decimal): -13755444 or 13376302. OLE color: 13376302.

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

Color convert

RGB 46 27 204 -
CMYK 0.77 0.87 0 0.2
HSL 246.44º 0.77% 0.45% -
HSV(B) 246.44º 0.87% 0.8% -
XYZ 12.42 5.72 57.58 -
YUV 52.86 213.29 123.11 -
System Red Green Blue C M Y K H S L
Decimal 46 27 204 0.77 0.87 0 0.2 246.44 0.77 0.45
Hex 2E 1B CC 4D 57 0 14 F6 4D 2D
Octal 56 33 314 115 127 0 24 366 115 55
Binary 101110 11011 11001100 1001101 1010111 0 10100 11110110 1001101 101101

Color Harmonies of #2E1BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1BCC

Black with #2E1BCC

Text Example


Text Example

White with #2E1BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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