Html Css Color HEX #380FCD Han Purple

📋 copy color: '#380FCD'

red 56 ◦ green 15 ◦ blue 205

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

Shades of Han Purple #380FCD

Tints of Han Purple #380FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 74.28%

R = 20.29%
G = 5.43%
B = 74.28%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#380FCD (or 0x380FCD) is known color: Han Purple. HEX triplet: 38, 0F and CD. RGB value is (56,15,205). Sum of RGB (Red+Green+Blue) = 56+15+205=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #380FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380FCD is #C7F032. Grayscale: #303030. Windows color (decimal): -13103155 or 13438776. OLE color: 13438776.

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

Color convert

RGB 56 15 205 -
CMYK 0.73 0.93 0 0.20
HSL 252.95º 0.86% 0.43% -
HSV(B) 252.95º 0.93% 0.8% -
XYZ 12.82 5.59 58.16 -
YUV 48.92 216.08 133.05 -
System Red Green Blue C M Y K H S L
Decimal 56 15 205 0.73 0.93 0 0.20 252.95 0.86 0.43
Hex 38 F CD 49 5D 0 14 FD 56 2B
Octal 70 17 315 111 135 0 24 375 126 53
Binary 111000 1111 11001101 1001001 1011101 0 10100 11111101 1010110 101011

Color Harmonies of #380FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380FCD

Black with #380FCD

Text Example


Text Example

White with #380FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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