Html Css Color HEX #380562 Christalle

📋 copy color: '#380562'

red 56 ◦ green 5 ◦ blue 98

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

Shades of Christalle #380562

Tints of Christalle #380562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.14%

 BLUE value IS 98 (38.67% from 255) = 61.64%

R = 35.22%
G = 3.14%
B = 61.64%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#380562 (or 0x380562) is known color: Christalle. HEX triplet: 38, 05 and 62. RGB value is (56,5,98). Sum of RGB (Red+Green+Blue) = 56+5+98=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #380562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380562 is #C7FA9D. Grayscale: #1E1E1E. Windows color (decimal): -13105822 or 6423864. OLE color: 6423864.

HSL color Cylindrical-coordinate representation of color #380562: hue angle of 272.9º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380562 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 5 98 -
CMYK 0.43 0.95 0 0.62
HSL 272.9º 0.9% 0.2% -
HSV(B) 272.9º 0.95% 0.38% -
XYZ 3.89 1.83 11.7 -
YUV 30.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 56 5 98 0.43 0.95 0 0.62 272.9 0.9 0.2
Hex 38 5 62 2B 5F 0 3E 111 5A 14
Octal 70 5 142 53 137 0 76 421 132 24
Binary 111000 101 1100010 101011 1011111 0 111110 100010001 1011010 10100

Color Harmonies of #380562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380562

Black with #380562

Text Example


Text Example

White with #380562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380562; }

 p { color: rgb(56,5,98); }

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

background-color css

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

 a { background-color: rgb(56,5,98); }

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

border-color css

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

 span { border-color: rgb(56,5,98); }

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