Html Css Color HEX #380362 Christalle

📋 copy color: '#380362'

red 56 ◦ green 3 ◦ blue 98

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

Shades of Christalle #380362

Tints of Christalle #380362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

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

R = 35.67%
G = 1.91%
B = 62.42%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#380362 (or 0x380362) is known color: Christalle. HEX triplet: 38, 03 and 62. RGB value is (56,3,98). Sum of RGB (Red+Green+Blue) = 56+3+98=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #380362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380362 is #C7FC9D. Grayscale: #1D1D1D. Windows color (decimal): -13106334 or 6423352. OLE color: 6423352.

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

Color convert

RGB 56 3 98 -
CMYK 0.43 0.97 0 0.62
HSL 273.47º 0.94% 0.2% -
HSV(B) 273.47º 0.97% 0.38% -
XYZ 3.87 1.79 11.7 -
YUV 29.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 56 3 98 0.43 0.97 0 0.62 273.47 0.94 0.2
Hex 38 3 62 2B 61 0 3E 111 5E 14
Octal 70 3 142 53 141 0 76 421 136 24
Binary 111000 11 1100010 101011 1100001 0 111110 100010001 1011110 10100

Color Harmonies of #380362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380362

Black with #380362

Text Example


Text Example

White with #380362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380362; }

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

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

background-color css

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

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

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

border-color css

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

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

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