#38125A

Color #38125A Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #38125A

Tints of Christalle #38125A

Color information

#38125A (or 0x38125A) is unknown color: approx Christalle. HEX triplet: 38, 12 and 5A. RGB value is (56,18,90). Sum of RGB (Red+Green+Blue) = 56+18+90=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #38125A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38125A is #C7EDA5. Grayscale: #252525. Windows color (decimal): -13102502 or 5902904. OLE color: 5902904.

HSL color Cylindrical-coordinate representation of color #38125A: hue angle of 271.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38125A is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB561890-
CMYK0.380.8000.65
HSL271.67º66.67%21.18%-
HSV(B)271.67º80%35.29%-
XYZ3.692.019.87-
YUV37.57157.59141.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 90 (35.55% from 255) = 54.88%
R=34.15%
G=10.98%
B=54.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5618900.380.8000.65271.6766.6721.18
Hex38125A26500411104315
Octal702213246120010142010325
Binary111000100101011010100110101000001000001100010000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38125A; }

 p { color: rgb(56,18,90); }

 H1.HeaderClassName
 {
   color: #38125A;
 }
 .AnyTagClassName
 {
   color: #38125A;
 }
</style>
background-color css

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

 a { background-color: rgb(56,18,90); }

 div.DivClassName
 {
   background-color: #38125A;
 }
 .BgClassName
 {
   background-color: #38125A;
 }
</style>
border-color css

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

 span { border-color: rgb(56,18,90); }

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