Html Css Color HEX #3801CC Han Purple

📋 copy color: '#3801CC'

red 56 ◦ green 1 ◦ blue 204

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

Shades of Han Purple #3801CC

Tints of Han Purple #3801CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 204 (80.08% from 255) = 78.16%

R = 21.46%
G = 0.38%
B = 78.16%

CMYK

 C value IS 0.73

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3801CC (or 0x3801CC) is known color: Han Purple. HEX triplet: 38, 01 and CC. RGB value is (56,1,204). Sum of RGB (Red+Green+Blue) = 56+1+204=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 204 (80.08% from 255 or 78.16% from 261); Max value from RGB is 204 - color contains mainly: blue. Hex color #3801CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3801CC is #C7FE33. Grayscale: #272727. Windows color (decimal): -13106740 or 13369656. OLE color: 13369656.

HSL color Cylindrical-coordinate representation of color #3801CC: hue angle of 256.26º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3801CC is Cyan = 0.73, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 1 204 -
CMYK 0.73 1.00 0 0.2
HSL 256.26º 0.99% 0.4% -
HSV(B) 256.26º 1% 0.8% -
XYZ 12.54 5.22 57.47 -
YUV 40.59 220.22 138.99 -
System Red Green Blue C M Y K H S L
Decimal 56 1 204 0.73 1.00 0 0.2 256.26 0.99 0.4
Hex 38 1 CC 49 64 0 14 100 63 28
Octal 70 1 314 111 144 0 24 400 143 50
Binary 111000 1 11001100 1001001 1100100 0 10100 100000000 1100011 101000

Color Harmonies of #3801CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3801CC

Black with #3801CC

Text Example


Text Example

White with #3801CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3801CC; }

 p { color: rgb(56,1,204); }

 H1.HeaderClassName
 {
   color: #3801CC;
 }
 .AnyTagClassName
 {
   color: #3801CC;
 }
</style>

background-color css

<style>
 a { background-color: #3801CC; }

 a { background-color: rgb(56,1,204); }

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

border-color css

<style>
 span { border-color: #3801CC; }

 span { border-color: rgb(56,1,204); }

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