Html Css Color HEX #380FCF Han Purple

📋 copy color: '#380FCF'

red 56 ◦ green 15 ◦ blue 207

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

Shades of Han Purple #380FCF

Tints of Han Purple #380FCF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.4%

 BLUE value IS 207 (81.25% from 255) = 74.46%

R = 20.14%
G = 5.4%
B = 74.46%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#380FCF (or 0x380FCF) is known color: Han Purple. HEX triplet: 38, 0F and CF. RGB value is (56,15,207). Sum of RGB (Red+Green+Blue) = 56+15+207=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #380FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380FCF is #C7F030. Grayscale: #303030. Windows color (decimal): -13103153 or 13569848. OLE color: 13569848.

HSL color Cylindrical-coordinate representation of color #380FCF: hue angle of 252.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380FCF is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 15 207 -
CMYK 0.73 0.93 0 0.19
HSL 252.81º 0.86% 0.44% -
HSV(B) 252.81º 0.93% 0.81% -
XYZ 13.06 5.69 59.44 -
YUV 49.15 217.08 132.89 -
System Red Green Blue C M Y K H S L
Decimal 56 15 207 0.73 0.93 0 0.19 252.81 0.86 0.44
Hex 38 F CF 49 5D 0 13 FD 56 2C
Octal 70 17 317 111 135 0 23 375 126 54
Binary 111000 1111 11001111 1001001 1011101 0 10011 11111101 1010110 101100

Color Harmonies of #380FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380FCF

Black with #380FCF

Text Example


Text Example

White with #380FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,15,207); }

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

background-color css

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

 a { background-color: rgb(56,15,207); }

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

border-color css

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

 span { border-color: rgb(56,15,207); }

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