Html Css Color HEX #3C1BDD Han Purple

📋 copy color: '#3C1BDD'

red 60 ◦ green 27 ◦ blue 221

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

Shades of Han Purple #3C1BDD

Tints of Han Purple #3C1BDD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.77%

 BLUE value IS 221 (86.72% from 255) = 71.75%

R = 19.48%
G = 8.77%
B = 71.75%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C1BDD (or 0x3C1BDD) is known color: Han Purple. HEX triplet: 3C, 1B and DD. RGB value is (60,27,221). Sum of RGB (Red+Green+Blue) = 60+27+221=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C1BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1BDD is #C3E422. Grayscale: #3A3A3A. Windows color (decimal): -12837923 or 14490428. OLE color: 14490428.

HSL color Cylindrical-coordinate representation of color #3C1BDD: hue angle of 250.21º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1BDD is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 27 221 -
CMYK 0.73 0.88 0 0.13
HSL 250.21º 0.78% 0.49% -
HSV(B) 250.21º 0.88% 0.87% -
XYZ 15.31 6.96 68.94 -
YUV 58.98 219.43 128.73 -
System Red Green Blue C M Y K H S L
Decimal 60 27 221 0.73 0.88 0 0.13 250.21 0.78 0.49
Hex 3C 1B DD 49 58 0 D FA 4E 31
Octal 74 33 335 111 130 0 15 372 116 61
Binary 111100 11011 11011101 1001001 1011000 0 1101 11111010 1001110 110001

Color Harmonies of #3C1BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1BDD

Black with #3C1BDD

Text Example


Text Example

White with #3C1BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,27,221); }

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

background-color css

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

 a { background-color: rgb(60,27,221); }

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

border-color css

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

 span { border-color: rgb(60,27,221); }

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