Html Css Color HEX #3C17EA Han Purple

📋 copy color: '#3C17EA'

red 60 ◦ green 23 ◦ blue 234

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

Shades of Han Purple #3C17EA

Tints of Han Purple #3C17EA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.26%

 BLUE value IS 234 (91.8% from 255) = 73.82%

R = 18.93%
G = 7.26%
B = 73.82%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3C17EA (or 0x3C17EA) is known color: Han Purple. HEX triplet: 3C, 17 and EA. RGB value is (60,23,234). Sum of RGB (Red+Green+Blue) = 60+23+234=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 234 (91.80% from 255 or 73.82% from 317); Max value from RGB is 234 - color contains mainly: blue. Hex color #3C17EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C17EA is #C3E815. Grayscale: #393939. Windows color (decimal): -12838934 or 15341372. OLE color: 15341372.

HSL color Cylindrical-coordinate representation of color #3C17EA: hue angle of 250.52º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C17EA is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 23 234 -
CMYK 0.74 0.90 0 0.08
HSL 250.52º 0.83% 0.5% -
HSV(B) 250.52º 0.9% 0.92% -
XYZ 17.02 7.51 78.4 -
YUV 58.12 227.26 129.34 -
System Red Green Blue C M Y K H S L
Decimal 60 23 234 0.74 0.90 0 0.08 250.52 0.83 0.5
Hex 3C 17 EA 4A 5A 0 8 FB 53 32
Octal 74 27 352 112 132 0 10 373 123 62
Binary 111100 10111 11101010 1001010 1011010 0 1000 11111011 1010011 110010

Color Harmonies of #3C17EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C17EA

Black with #3C17EA

Text Example


Text Example

White with #3C17EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,23,234); }

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

background-color css

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

 a { background-color: rgb(60,23,234); }

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

border-color css

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

 span { border-color: rgb(60,23,234); }

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