Html Css Color HEX #38125A Christalle

📋 copy color: '#38125A'

red 56 ◦ green 18 ◦ blue 90

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

Shades of Christalle #38125A

Tints of Christalle #38125A

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 value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38125A (or 0x38125A) is known color: 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

RGB 56 18 90 -
CMYK 0.38 0.80 0 0.65
HSL 271.67º 0.67% 0.21% -
HSV(B) 271.67º 0.8% 0.35% -
XYZ 3.69 2.01 9.87 -
YUV 37.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 56 18 90 0.38 0.80 0 0.65 271.67 0.67 0.21
Hex 38 12 5A 26 50 0 41 110 43 15
Octal 70 22 132 46 120 0 101 420 103 25
Binary 111000 10010 1011010 100110 1010000 0 1000001 100010000 1000011 10101

Color Harmonies of #38125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38125A

Black with #38125A

Text Example


Text Example

White with #38125A

Text Example


Text Example

HTML Codes & Css Web 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>