Html Css Color HEX #380263 Christalle

📋 copy color: '#380263'

red 56 ◦ green 2 ◦ blue 99

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

Shades of Christalle #380263

Tints of Christalle #380263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

 BLUE value IS 99 (39.06% from 255) = 63.06%

R = 35.67%
G = 1.27%
B = 63.06%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#380263 (or 0x380263) is known color: Christalle. HEX triplet: 38, 02 and 63. RGB value is (56,2,99). Sum of RGB (Red+Green+Blue) = 56+2+99=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #380263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380263 is #C7FD9C. Grayscale: #1C1C1C. Windows color (decimal): -13106589 or 6488632. OLE color: 6488632.

HSL color Cylindrical-coordinate representation of color #380263: hue angle of 273.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380263 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 2 99 -
CMYK 0.43 0.98 0 0.61
HSL 273.4º 0.96% 0.2% -
HSV(B) 273.4º 0.98% 0.39% -
XYZ 3.9 1.79 11.94 -
YUV 29.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 56 2 99 0.43 0.98 0 0.61 273.4 0.96 0.2
Hex 38 2 63 2B 62 0 3D 111 60 14
Octal 70 2 143 53 142 0 75 421 140 24
Binary 111000 10 1100011 101011 1100010 0 111101 100010001 1100000 10100

Color Harmonies of #380263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380263

Black with #380263

Text Example


Text Example

White with #380263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380263; }

 p { color: rgb(56,2,99); }

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

background-color css

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

 a { background-color: rgb(56,2,99); }

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

border-color css

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

 span { border-color: rgb(56,2,99); }

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