Html Css Color HEX #380962 Christalle

📋 copy color: '#380962'

red 56 ◦ green 9 ◦ blue 98

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

Shades of Christalle #380962

Tints of Christalle #380962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.52%

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

R = 34.36%
G = 5.52%
B = 60.12%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#380962 (or 0x380962) is known color: Christalle. HEX triplet: 38, 09 and 62. RGB value is (56,9,98). Sum of RGB (Red+Green+Blue) = 56+9+98=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #380962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380962 is #C7F69D. Grayscale: #202020. Windows color (decimal): -13104798 or 6424888. OLE color: 6424888.

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

Color convert

RGB 56 9 98 -
CMYK 0.43 0.91 0 0.62
HSL 271.69º 0.83% 0.21% -
HSV(B) 271.69º 0.91% 0.38% -
XYZ 3.93 1.92 11.72 -
YUV 33.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 56 9 98 0.43 0.91 0 0.62 271.69 0.83 0.21
Hex 38 9 62 2B 5B 0 3E 110 53 15
Octal 70 11 142 53 133 0 76 420 123 25
Binary 111000 1001 1100010 101011 1011011 0 111110 100010000 1010011 10101

Color Harmonies of #380962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380962

Black with #380962

Text Example


Text Example

White with #380962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380962; }

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

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

background-color css

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

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

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

border-color css

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

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

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