Html Css Color HEX #382070 Christalle

📋 copy color: '#382070'

red 56 ◦ green 32 ◦ blue 112

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

Shades of Christalle #382070

Tints of Christalle #382070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

 BLUE value IS 112 (44.14% from 255) = 56%

R = 28%
G = 16%
B = 56%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#382070 (or 0x382070) is known color: Christalle. HEX triplet: 38, 20 and 70. RGB value is (56,32,112). Sum of RGB (Red+Green+Blue) = 56+32+112=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #382070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382070 is #C7DF8F. Grayscale: #303030. Windows color (decimal): -13098896 or 7348280. OLE color: 7348280.

HSL color Cylindrical-coordinate representation of color #382070: hue angle of 258º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #382070 is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 32 112 -
CMYK 0.50 0.71 0 0.56
HSL 258º 0.56% 0.28% -
HSV(B) 258º 0.71% 0.44% -
XYZ 5.07 3.04 15.65 -
YUV 48.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 56 32 112 0.50 0.71 0 0.56 258 0.56 0.28
Hex 38 20 70 32 47 0 38 102 38 1C
Octal 70 40 160 62 107 0 70 402 70 34
Binary 111000 100000 1110000 110010 1000111 0 111000 100000010 111000 11100

Color Harmonies of #382070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382070

Black with #382070

Text Example


Text Example

White with #382070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382070; }

 p { color: rgb(56,32,112); }

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

background-color css

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

 a { background-color: rgb(56,32,112); }

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

border-color css

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

 span { border-color: rgb(56,32,112); }

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