Html Css Color HEX #3A2FCD Persian Blue

📋 copy color: '#3A2FCD'

red 58 ◦ green 47 ◦ blue 205

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

Shades of Persian Blue #3A2FCD

Tints of Persian Blue #3A2FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.16%

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

R = 18.71%
G = 15.16%
B = 66.13%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A2FCD (or 0x3A2FCD) is known color: Persian Blue. HEX triplet: 3A, 2F and CD. RGB value is (58,47,205). Sum of RGB (Red+Green+Blue) = 58+47+205=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A2FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2FCD is #C5D032. Grayscale: #434343. Windows color (decimal): -12963891 or 13446970. OLE color: 13446970.

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

Color convert

RGB 58 47 205 -
CMYK 0.72 0.77 0 0.20
HSL 244.18º 0.63% 0.49% -
HSV(B) 244.18º 0.77% 0.8% -
XYZ 13.78 7.34 58.45 -
YUV 68.3 205.14 120.65 -
System Red Green Blue C M Y K H S L
Decimal 58 47 205 0.72 0.77 0 0.20 244.18 0.63 0.49
Hex 3A 2F CD 48 4D 0 14 F4 3F 31
Octal 72 57 315 110 115 0 24 364 77 61
Binary 111010 101111 11001101 1001000 1001101 0 10100 11110100 111111 110001

Color Harmonies of #3A2FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2FCD

Black with #3A2FCD

Text Example


Text Example

White with #3A2FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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