Html Css Color HEX #3A0462 Christalle

📋 copy color: '#3A0462'

red 58 ◦ green 4 ◦ blue 98

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

Shades of Christalle #3A0462

Tints of Christalle #3A0462

RGB

 RED value IS 58 (23.05% from 255) = 36.25%

 GREEN value IS 4 (1.95% from 255) = 2.5%

 BLUE value IS 98 (38.67% from 255) = 61.25%

R = 36.25%
G = 2.5%
B = 61.25%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3A0462 (or 0x3A0462) is known color: Christalle. HEX triplet: 3A, 04 and 62. RGB value is (58,4,98). Sum of RGB (Red+Green+Blue) = 58+4+98=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 98 (38.67% from 255 or 61.25% from 160); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A0462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0462 is #C5FB9D. Grayscale: #1E1E1E. Windows color (decimal): -12975006 or 6423610. OLE color: 6423610.

HSL color Cylindrical-coordinate representation of color #3A0462: hue angle of 274.47º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A0462 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 4 98 -
CMYK 0.41 0.96 0 0.62
HSL 274.47º 0.92% 0.2% -
HSV(B) 274.47º 0.96% 0.38% -
XYZ 3.99 1.87 11.71 -
YUV 30.86 165.89 147.36 -
System Red Green Blue C M Y K H S L
Decimal 58 4 98 0.41 0.96 0 0.62 274.47 0.92 0.2
Hex 3A 4 62 29 60 0 3E 112 5C 14
Octal 72 4 142 51 140 0 76 422 134 24
Binary 111010 100 1100010 101001 1100000 0 111110 100010010 1011100 10100

Color Harmonies of #3A0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0462

Black with #3A0462

Text Example


Text Example

White with #3A0462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A0462; }

 p { color: rgb(58,4,98); }

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

background-color css

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

 a { background-color: rgb(58,4,98); }

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

border-color css

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

 span { border-color: rgb(58,4,98); }

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