Html Css Color HEX #3A2ECD Persian Blue

📋 copy color: '#3A2ECD'

red 58 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #3A2ECD

Tints of Persian Blue #3A2ECD

RGB

 RED value IS 58 (23.05% from 255) = 18.77%

 GREEN value IS 46 (18.36% from 255) = 14.89%

 BLUE value IS 205 (80.47% from 255) = 66.34%

R = 18.77%
G = 14.89%
B = 66.34%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A2ECD (or 0x3A2ECD) is known color: Persian Blue. HEX triplet: 3A, 2E and CD. RGB value is (58,46,205). Sum of RGB (Red+Green+Blue) = 58+46+205=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A2ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2ECD is #C5D132. Grayscale: #434343. Windows color (decimal): -12964147 or 13446714. OLE color: 13446714.

HSL color Cylindrical-coordinate representation of color #3A2ECD: hue angle of 244.53º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A2ECD is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 46 205 -
CMYK 0.72 0.78 0 0.20
HSL 244.53º 0.63% 0.49% -
HSV(B) 244.53º 0.78% 0.8% -
XYZ 13.74 7.26 58.43 -
YUV 67.71 205.48 121.07 -
System Red Green Blue C M Y K H S L
Decimal 58 46 205 0.72 0.78 0 0.20 244.53 0.63 0.49
Hex 3A 2E CD 48 4E 0 14 F5 3F 31
Octal 72 56 315 110 116 0 24 365 77 61
Binary 111010 101110 11001101 1001000 1001110 0 10100 11110101 111111 110001

Color Harmonies of #3A2ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2ECD

Black with #3A2ECD

Text Example


Text Example

White with #3A2ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,46,205); }

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

background-color css

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

 a { background-color: rgb(58,46,205); }

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

border-color css

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

 span { border-color: rgb(58,46,205); }

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