Html Css Color HEX #2E2CC1 Persian Blue

📋 copy color: '#2E2CC1'

red 46 ◦ green 44 ◦ blue 193

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

Shades of Persian Blue #2E2CC1

Tints of Persian Blue #2E2CC1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.55%

 BLUE value IS 193 (75.78% from 255) = 68.2%

R = 16.25%
G = 15.55%
B = 68.2%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2E2CC1 (or 0x2E2CC1) is known color: Persian Blue. HEX triplet: 2E, 2C and C1. RGB value is (46,44,193). Sum of RGB (Red+Green+Blue) = 46+44+193=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 193 (75.78% from 255 or 68.20% from 283); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E2CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2CC1 is #D1D33E. Grayscale: #3C3C3C. Windows color (decimal): -13751103 or 12659758. OLE color: 12659758.

HSL color Cylindrical-coordinate representation of color #2E2CC1: hue angle of 240.81º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E2CC1 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 44 193 -
CMYK 0.76 0.77 0 0.24
HSL 240.81º 0.63% 0.46% -
HSV(B) 240.81º 0.77% 0.76% -
XYZ 11.65 6.23 51.04 -
YUV 61.58 202.16 116.88 -
System Red Green Blue C M Y K H S L
Decimal 46 44 193 0.76 0.77 0 0.24 240.81 0.63 0.46
Hex 2E 2C C1 4C 4D 0 18 F1 3F 2E
Octal 56 54 301 114 115 0 30 361 77 56
Binary 101110 101100 11000001 1001100 1001101 0 11000 11110001 111111 101110

Color Harmonies of #2E2CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2CC1

Black with #2E2CC1

Text Example


Text Example

White with #2E2CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,44,193); }

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

background-color css

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

 a { background-color: rgb(46,44,193); }

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

border-color css

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

 span { border-color: rgb(46,44,193); }

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