Html Css Color HEX #380061 Christalle

📋 copy color: '#380061'

red 56 ◦ green 0 ◦ blue 97

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

Shades of Christalle #380061

Tints of Christalle #380061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 63.4%

R = 36.6%
G = 0%
B = 63.4%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#380061 (or 0x380061) is known color: Christalle. HEX triplet: 38, 00 and 61. RGB value is (56,0,97). Sum of RGB (Red+Green+Blue) = 56+0+97=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #380061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380061 is #C7FF9E. Grayscale: #1B1B1B. Windows color (decimal): -13107103 or 6357048. OLE color: 6357048.

HSL color Cylindrical-coordinate representation of color #380061: hue angle of 274.64º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380061 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 0 97 -
CMYK 0.42 1 0 0.62
HSL 274.64º 1% 0.19% -
HSV(B) 274.64º 1% 0.38% -
XYZ 3.79 1.7 11.44 -
YUV 27.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 56 0 97 0.42 1 0 0.62 274.64 1 0.19
Hex 38 0 61 2A 64 0 3E 113 64 13
Octal 70 0 141 52 144 0 76 423 144 23
Binary 111000 0 1100001 101010 1100100 0 111110 100010011 1100100 10011

Color Harmonies of #380061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380061

Black with #380061

Text Example


Text Example

White with #380061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380061; }

 p { color: rgb(56,0,97); }

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

background-color css

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

 a { background-color: rgb(56,0,97); }

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

border-color css

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

 span { border-color: rgb(56,0,97); }

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