Html Css Color HEX #380FFD Han Purple

📋 copy color: '#380FFD'

red 56 ◦ green 15 ◦ blue 253

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

Shades of Han Purple #380FFD

Tints of Han Purple #380FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 78.09%

R = 17.28%
G = 4.63%
B = 78.09%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#380FFD (or 0x380FFD) is known color: Han Purple. HEX triplet: 38, 0F and FD. RGB value is (56,15,253). Sum of RGB (Red+Green+Blue) = 56+15+253=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 253 (99.22% from 255 or 78.09% from 324); Max value from RGB is 253 - color contains mainly: blue. Hex color #380FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380FFD is #C7F002. Grayscale: #353535. Windows color (decimal): -13103107 or 16584504. OLE color: 16584504.

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

Color convert

RGB 56 15 253 -
CMYK 0.78 0.94 0 0.01
HSL 250.34º 0.98% 0.53% -
HSV(B) 250.34º 0.94% 0.99% -
XYZ 19.53 8.27 93.5 -
YUV 54.39 240.08 129.15 -
System Red Green Blue C M Y K H S L
Decimal 56 15 253 0.78 0.94 0 0.01 250.34 0.98 0.53
Hex 38 F FD 4E 5E 0 1 FA 62 35
Octal 70 17 375 116 136 0 1 372 142 65
Binary 111000 1111 11111101 1001110 1011110 0 1 11111010 1100010 110101

Color Harmonies of #380FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380FFD

Black with #380FFD

Text Example


Text Example

White with #380FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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