Html Css Color HEX #2E2DC5 Persian Blue

📋 copy color: '#2E2DC5'

red 46 ◦ green 45 ◦ blue 197

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

Shades of Persian Blue #2E2DC5

Tints of Persian Blue #2E2DC5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.63%

 BLUE value IS 197 (77.34% from 255) = 68.4%

R = 15.97%
G = 15.63%
B = 68.4%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2E2DC5 (or 0x2E2DC5) is known color: Persian Blue. HEX triplet: 2E, 2D and C5. RGB value is (46,45,197). Sum of RGB (Red+Green+Blue) = 46+45+197=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 197 (77.34% from 255 or 68.40% from 288); Max value from RGB is 197 - color contains mainly: blue. Hex color #2E2DC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2DC5 is #D1D23A. Grayscale: #3E3E3E. Windows color (decimal): -13750843 or 12922158. OLE color: 12922158.

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

Color convert

RGB 46 45 197 -
CMYK 0.77 0.77 0 0.23
HSL 240.39º 0.63% 0.47% -
HSV(B) 240.39º 0.77% 0.77% -
XYZ 12.14 6.49 53.44 -
YUV 62.63 203.83 116.14 -
System Red Green Blue C M Y K H S L
Decimal 46 45 197 0.77 0.77 0 0.23 240.39 0.63 0.47
Hex 2E 2D C5 4D 4D 0 17 F0 3F 2F
Octal 56 55 305 115 115 0 27 360 77 57
Binary 101110 101101 11000101 1001101 1001101 0 10111 11110000 111111 101111

Color Harmonies of #2E2DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2DC5

Black with #2E2DC5

Text Example


Text Example

White with #2E2DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,45,197); }

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

background-color css

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

 a { background-color: rgb(46,45,197); }

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

border-color css

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

 span { border-color: rgb(46,45,197); }

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