Html Css Color HEX #38065A Christalle

📋 copy color: '#38065A'

red 56 ◦ green 6 ◦ blue 90

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

Shades of Christalle #38065A

Tints of Christalle #38065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.95%

 BLUE value IS 90 (35.55% from 255) = 59.21%

R = 36.84%
G = 3.95%
B = 59.21%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38065A (or 0x38065A) is known color: Christalle. HEX triplet: 38, 06 and 5A. RGB value is (56,6,90). Sum of RGB (Red+Green+Blue) = 56+6+90=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #38065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38065A is #C7F9A5. Grayscale: #1E1E1E. Windows color (decimal): -13105574 or 5899832. OLE color: 5899832.

HSL color Cylindrical-coordinate representation of color #38065A: hue angle of 275.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38065A is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 6 90 -
CMYK 0.38 0.93 0 0.65
HSL 275.71º 0.88% 0.19% -
HSV(B) 275.71º 0.93% 0.35% -
XYZ 3.54 1.71 9.82 -
YUV 30.53 161.57 146.17 -
System Red Green Blue C M Y K H S L
Decimal 56 6 90 0.38 0.93 0 0.65 275.71 0.88 0.19
Hex 38 6 5A 26 5D 0 41 114 58 13
Octal 70 6 132 46 135 0 101 424 130 23
Binary 111000 110 1011010 100110 1011101 0 1000001 100010100 1011000 10011

Color Harmonies of #38065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38065A

Black with #38065A

Text Example


Text Example

White with #38065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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