Html Css Color HEX #3E2DBE Persian Blue

📋 copy color: '#3E2DBE'

red 62 ◦ green 45 ◦ blue 190

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

Shades of Persian Blue #3E2DBE

Tints of Persian Blue #3E2DBE

RGB

 RED value IS 62 (24.61% from 255) = 20.88%

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

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 20.88%
G = 15.15%
B = 63.97%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E2DBE (or 0x3E2DBE) is known color: Persian Blue. HEX triplet: 3E, 2D and BE. RGB value is (62,45,190). Sum of RGB (Red+Green+Blue) = 62+45+190=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E2DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2DBE is #C1D241. Grayscale: #424242. Windows color (decimal): -12702274 or 12463422. OLE color: 12463422.

HSL color Cylindrical-coordinate representation of color #3E2DBE: hue angle of 247.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E2DBE is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 45 190 -
CMYK 0.67 0.76 0 0.25
HSL 247.03º 0.62% 0.46% -
HSV(B) 247.03º 0.76% 0.75% -
XYZ 12.22 6.62 49.35 -
YUV 66.61 197.63 124.71 -
System Red Green Blue C M Y K H S L
Decimal 62 45 190 0.67 0.76 0 0.25 247.03 0.62 0.46
Hex 3E 2D BE 43 4C 0 19 F7 3E 2E
Octal 76 55 276 103 114 0 31 367 76 56
Binary 111110 101101 10111110 1000011 1001100 0 11001 11110111 111110 101110

Color Harmonies of #3E2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2DBE

Black with #3E2DBE

Text Example


Text Example

White with #3E2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E2DBE; }

 p { color: rgb(62,45,190); }

 H1.HeaderClassName
 {
   color: #3E2DBE;
 }
 .AnyTagClassName
 {
   color: #3E2DBE;
 }
</style>

background-color css

<style>
 a { background-color: #3E2DBE; }

 a { background-color: rgb(62,45,190); }

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

border-color css

<style>
 span { border-color: #3E2DBE; }

 span { border-color: rgb(62,45,190); }

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