Html Css Color HEX #3C32B3 Persian Blue

📋 copy color: '#3C32B3'

red 60 ◦ green 50 ◦ blue 179

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

Shades of Persian Blue #3C32B3

Tints of Persian Blue #3C32B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 61.94%

R = 20.76%
G = 17.3%
B = 61.94%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3C32B3 (or 0x3C32B3) is known color: Persian Blue. HEX triplet: 3C, 32 and B3. RGB value is (60,50,179). Sum of RGB (Red+Green+Blue) = 60+50+179=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 179 (70.31% from 255 or 61.94% from 289); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C32B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C32B3 is #C3CD4C. Grayscale: #434343. Windows color (decimal): -12832077 or 11743804. OLE color: 11743804.

HSL color Cylindrical-coordinate representation of color #3C32B3: hue angle of 244.65º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C32B3 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 50 179 -
CMYK 0.66 0.72 0 0.30
HSL 244.65º 0.56% 0.45% -
HSV(B) 244.65º 0.72% 0.7% -
XYZ 11.14 6.5 43.31 -
YUV 67.7 190.81 122.51 -
System Red Green Blue C M Y K H S L
Decimal 60 50 179 0.66 0.72 0 0.30 244.65 0.56 0.45
Hex 3C 32 B3 42 48 0 1E F5 38 2D
Octal 74 62 263 102 110 0 36 365 70 55
Binary 111100 110010 10110011 1000010 1001000 0 11110 11110101 111000 101101

Color Harmonies of #3C32B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C32B3

Black with #3C32B3

Text Example


Text Example

White with #3C32B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,50,179); }

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

background-color css

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

 a { background-color: rgb(60,50,179); }

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

border-color css

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

 span { border-color: rgb(60,50,179); }

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