Html Css Color HEX #3812CC Han Purple

📋 copy color: '#3812CC'

red 56 ◦ green 18 ◦ blue 204

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

Shades of Han Purple #3812CC

Tints of Han Purple #3812CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

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

R = 20.14%
G = 6.47%
B = 73.38%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3812CC (or 0x3812CC) is known color: Han Purple. HEX triplet: 38, 12 and CC. RGB value is (56,18,204). Sum of RGB (Red+Green+Blue) = 56+18+204=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 204 (80.08% from 255 or 73.38% from 278); Max value from RGB is 204 - color contains mainly: blue. Hex color #3812CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3812CC is #C7ED33. Grayscale: #313131. Windows color (decimal): -13102388 or 13374008. OLE color: 13374008.

HSL color Cylindrical-coordinate representation of color #3812CC: hue angle of 252.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3812CC is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 18 204 -
CMYK 0.73 0.91 0 0.2
HSL 252.26º 0.84% 0.44% -
HSV(B) 252.26º 0.91% 0.8% -
XYZ 12.75 5.63 57.54 -
YUV 50.57 214.59 131.88 -
System Red Green Blue C M Y K H S L
Decimal 56 18 204 0.73 0.91 0 0.2 252.26 0.84 0.44
Hex 38 12 CC 49 5B 0 14 FC 54 2C
Octal 70 22 314 111 133 0 24 374 124 54
Binary 111000 10010 11001100 1001001 1011011 0 10100 11111100 1010100 101100

Color Harmonies of #3812CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3812CC

Black with #3812CC

Text Example


Text Example

White with #3812CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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