Html Css Color HEX #400CED Han Purple

📋 copy color: '#400CED'

red 64 ◦ green 12 ◦ blue 237

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

Shades of Han Purple #400CED

Tints of Han Purple #400CED

RGB

 RED value IS 64 (25.39% from 255) = 20.45%

 GREEN value IS 12 (5.08% from 255) = 3.83%

 BLUE value IS 237 (92.97% from 255) = 75.72%

R = 20.45%
G = 3.83%
B = 75.72%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#400CED (or 0x400CED) is known color: Han Purple. HEX triplet: 40, 0C and ED. RGB value is (64,12,237). Sum of RGB (Red+Green+Blue) = 64+12+237=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 237 (92.97% from 255 or 75.72% from 313); Max value from RGB is 237 - color contains mainly: blue. Hex color #400CED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400CED is #BFF312. Grayscale: #343434. Windows color (decimal): -12579603 or 15535168. OLE color: 15535168.

HSL color Cylindrical-coordinate representation of color #400CED: hue angle of 253.87º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400CED is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 12 237 -
CMYK 0.73 0.95 0 0.07
HSL 253.87º 0.9% 0.49% -
HSV(B) 253.87º 0.95% 0.93% -
XYZ 17.53 7.47 80.64 -
YUV 53.2 231.73 135.7 -
System Red Green Blue C M Y K H S L
Decimal 64 12 237 0.73 0.95 0 0.07 253.87 0.9 0.49
Hex 40 C ED 49 5F 0 7 FE 5A 31
Octal 100 14 355 111 137 0 7 376 132 61
Binary 1000000 1100 11101101 1001001 1011111 0 111 11111110 1011010 110001

Color Harmonies of #400CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CED

Black with #400CED

Text Example


Text Example

White with #400CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400CED; }

 p { color: rgb(64,12,237); }

 H1.HeaderClassName
 {
   color: #400CED;
 }
 .AnyTagClassName
 {
   color: #400CED;
 }
</style>

background-color css

<style>
 a { background-color: #400CED; }

 a { background-color: rgb(64,12,237); }

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

border-color css

<style>
 span { border-color: #400CED; }

 span { border-color: rgb(64,12,237); }

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