Html Css Color HEX #3A32CD Persian Blue

📋 copy color: '#3A32CD'

red 58 ◦ green 50 ◦ blue 205

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

Shades of Persian Blue #3A32CD

Tints of Persian Blue #3A32CD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

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

R = 18.53%
G = 15.97%
B = 65.5%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A32CD (or 0x3A32CD) is known color: Persian Blue. HEX triplet: 3A, 32 and CD. RGB value is (58,50,205). Sum of RGB (Red+Green+Blue) = 58+50+205=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A32CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A32CD is #C5CD32. Grayscale: #454545. Windows color (decimal): -12963123 or 13447738. OLE color: 13447738.

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

Color convert

RGB 58 50 205 -
CMYK 0.72 0.76 0 0.20
HSL 243.1º 0.61% 0.5% -
HSV(B) 243.1º 0.76% 0.8% -
XYZ 13.9 7.59 58.49 -
YUV 70.06 204.15 119.4 -
System Red Green Blue C M Y K H S L
Decimal 58 50 205 0.72 0.76 0 0.20 243.1 0.61 0.5
Hex 3A 32 CD 48 4C 0 14 F3 3D 32
Octal 72 62 315 110 114 0 24 363 75 62
Binary 111010 110010 11001101 1001000 1001100 0 10100 11110011 111101 110010

Color Harmonies of #3A32CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A32CD

Black with #3A32CD

Text Example


Text Example

White with #3A32CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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