Html Css Color HEX #38005B Christalle

📋 copy color: '#38005B'

red 56 ◦ green 0 ◦ blue 91

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

Shades of Christalle #38005B

Tints of Christalle #38005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 91 (35.94% from 255) = 61.9%

R = 38.1%
G = 0%
B = 61.9%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38005B (or 0x38005B) is known color: Christalle. HEX triplet: 38, 00 and 5B. RGB value is (56,0,91). Sum of RGB (Red+Green+Blue) = 56+0+91=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #38005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38005B is #C7FFA4. Grayscale: #1A1A1A. Windows color (decimal): -13107109 or 5963832. OLE color: 5963832.

HSL color Cylindrical-coordinate representation of color #38005B: hue angle of 276.92º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38005B is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 0 91 -
CMYK 0.38 1 0 0.64
HSL 276.92º 1% 0.18% -
HSV(B) 276.92º 1% 0.36% -
XYZ 3.52 1.6 10.02 -
YUV 27.12 164.05 148.6 -
System Red Green Blue C M Y K H S L
Decimal 56 0 91 0.38 1 0 0.64 276.92 1 0.18
Hex 38 0 5B 26 64 0 40 115 64 12
Octal 70 0 133 46 144 0 100 425 144 22
Binary 111000 0 1011011 100110 1100100 0 1000000 100010101 1100100 10010

Color Harmonies of #38005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38005B

Black with #38005B

Text Example


Text Example

White with #38005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38005B; }

 p { color: rgb(56,0,91); }

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

background-color css

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

 a { background-color: rgb(56,0,91); }

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

border-color css

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

 span { border-color: rgb(56,0,91); }

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