Html Css Color HEX #2E1CBF Persian Blue

📋 copy color: '#2E1CBF'

red 46 ◦ green 28 ◦ blue 191

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

Shades of Persian Blue #2E1CBF

Tints of Persian Blue #2E1CBF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.57%

 BLUE value IS 191 (75% from 255) = 72.08%

R = 17.36%
G = 10.57%
B = 72.08%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E1CBF (or 0x2E1CBF) is known color: Persian Blue. HEX triplet: 2E, 1C and BF. RGB value is (46,28,191). Sum of RGB (Red+Green+Blue) = 46+28+191=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 191 (75% from 255 or 72.08% from 265); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E1CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1CBF is #D1E340. Grayscale: #333333. Windows color (decimal): -13755201 or 12524590. OLE color: 12524590.

HSL color Cylindrical-coordinate representation of color #2E1CBF: hue angle of 246.63º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E1CBF is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 28 191 -
CMYK 0.76 0.85 0 0.25
HSL 246.63º 0.74% 0.43% -
HSV(B) 246.63º 0.85% 0.75% -
XYZ 10.95 5.17 49.71 -
YUV 51.96 206.46 123.75 -
System Red Green Blue C M Y K H S L
Decimal 46 28 191 0.76 0.85 0 0.25 246.63 0.74 0.43
Hex 2E 1C BF 4C 55 0 19 F7 4A 2B
Octal 56 34 277 114 125 0 31 367 112 53
Binary 101110 11100 10111111 1001100 1010101 0 11001 11110111 1001010 101011

Color Harmonies of #2E1CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1CBF

Black with #2E1CBF

Text Example


Text Example

White with #2E1CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,28,191); }

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

background-color css

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

 a { background-color: rgb(46,28,191); }

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

border-color css

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

 span { border-color: rgb(46,28,191); }

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