Html Css Color HEX #3C2AC9 Persian Blue

📋 copy color: '#3C2AC9'

red 60 ◦ green 42 ◦ blue 201

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

Shades of Persian Blue #3C2AC9

Tints of Persian Blue #3C2AC9

RGB

 RED value IS 60 (23.83% from 255) = 19.8%

 GREEN value IS 42 (16.8% from 255) = 13.86%

 BLUE value IS 201 (78.91% from 255) = 66.34%

R = 19.8%
G = 13.86%
B = 66.34%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C2AC9 (or 0x3C2AC9) is known color: Persian Blue. HEX triplet: 3C, 2A and C9. RGB value is (60,42,201). Sum of RGB (Red+Green+Blue) = 60+42+201=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 201 (78.91% from 255 or 66.34% from 303); Max value from RGB is 201 - color contains mainly: blue. Hex color #3C2AC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2AC9 is #C3D536. Grayscale: #404040. Windows color (decimal): -12834103 or 13183548. OLE color: 13183548.

HSL color Cylindrical-coordinate representation of color #3C2AC9: hue angle of 246.79º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C2AC9 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 42 201 -
CMYK 0.70 0.79 0 0.21
HSL 246.79º 0.65% 0.48% -
HSV(B) 246.79º 0.79% 0.79% -
XYZ 13.23 6.83 55.88 -
YUV 65.51 204.46 124.07 -
System Red Green Blue C M Y K H S L
Decimal 60 42 201 0.70 0.79 0 0.21 246.79 0.65 0.48
Hex 3C 2A C9 46 4F 0 15 F7 41 30
Octal 74 52 311 106 117 0 25 367 101 60
Binary 111100 101010 11001001 1000110 1001111 0 10101 11110111 1000001 110000

Color Harmonies of #3C2AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2AC9

Black with #3C2AC9

Text Example


Text Example

White with #3C2AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,42,201); }

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

background-color css

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

 a { background-color: rgb(60,42,201); }

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

border-color css

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

 span { border-color: rgb(60,42,201); }

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