Html Css Color HEX #380961 Christalle

📋 copy color: '#380961'

red 56 ◦ green 9 ◦ blue 97

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

Shades of Christalle #380961

Tints of Christalle #380961

RGB

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

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

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

R = 34.57%
G = 5.56%
B = 59.88%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#380961 (or 0x380961) is known color: Christalle. HEX triplet: 38, 09 and 61. RGB value is (56,9,97). Sum of RGB (Red+Green+Blue) = 56+9+97=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #380961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380961 is #C7F69E. Grayscale: #202020. Windows color (decimal): -13104799 or 6359352. OLE color: 6359352.

HSL color Cylindrical-coordinate representation of color #380961: hue angle of 272.05º 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 #380961 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 9 97 -
CMYK 0.42 0.91 0 0.62
HSL 272.05º 0.83% 0.21% -
HSV(B) 272.05º 0.91% 0.38% -
XYZ 3.89 1.9 11.47 -
YUV 33.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 56 9 97 0.42 0.91 0 0.62 272.05 0.83 0.21
Hex 38 9 61 2A 5B 0 3E 110 53 15
Octal 70 11 141 52 133 0 76 420 123 25
Binary 111000 1001 1100001 101010 1011011 0 111110 100010000 1010011 10101

Color Harmonies of #380961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380961

Black with #380961

Text Example


Text Example

White with #380961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380961; }

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

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

background-color css

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

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

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

border-color css

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

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

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