Html Css Color HEX #380CFC Han Purple

📋 copy color: '#380CFC'

red 56 ◦ green 12 ◦ blue 252

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

Shades of Han Purple #380CFC

Tints of Han Purple #380CFC

RGB

 RED value IS 56 (22.27% from 255) = 17.5%

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

 BLUE value IS 252 (98.83% from 255) = 78.75%

R = 17.5%
G = 3.75%
B = 78.75%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#380CFC (or 0x380CFC) is known color: Han Purple. HEX triplet: 38, 0C and FC. RGB value is (56,12,252). Sum of RGB (Red+Green+Blue) = 56+12+252=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 252 (98.83% from 255 or 78.75% from 320); Max value from RGB is 252 - color contains mainly: blue. Hex color #380CFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380CFC is #C7F303. Grayscale: #333333. Windows color (decimal): -13103876 or 16518200. OLE color: 16518200.

HSL color Cylindrical-coordinate representation of color #380CFC: hue angle of 251º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380CFC is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 12 252 -
CMYK 0.78 0.95 0 0.01
HSL 251º 0.98% 0.52% -
HSV(B) 251º 0.95% 0.99% -
XYZ 19.33 8.13 92.65 -
YUV 52.52 240.58 130.49 -
System Red Green Blue C M Y K H S L
Decimal 56 12 252 0.78 0.95 0 0.01 251 0.98 0.52
Hex 38 C FC 4E 5F 0 1 FB 62 34
Octal 70 14 374 116 137 0 1 373 142 64
Binary 111000 1100 11111100 1001110 1011111 0 1 11111011 1100010 110100

Color Harmonies of #380CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380CFC

Black with #380CFC

Text Example


Text Example

White with #380CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380CFC; }

 p { color: rgb(56,12,252); }

 H1.HeaderClassName
 {
   color: #380CFC;
 }
 .AnyTagClassName
 {
   color: #380CFC;
 }
</style>

background-color css

<style>
 a { background-color: #380CFC; }

 a { background-color: rgb(56,12,252); }

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

border-color css

<style>
 span { border-color: #380CFC; }

 span { border-color: rgb(56,12,252); }

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