Html Css Color HEX #421969 Christalle

📋 copy color: '#421969'

red 66 ◦ green 25 ◦ blue 105

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

Shades of Christalle #421969

Tints of Christalle #421969

RGB

 RED value IS 66 (26.17% from 255) = 33.67%

 GREEN value IS 25 (10.16% from 255) = 12.76%

 BLUE value IS 105 (41.41% from 255) = 53.57%

R = 33.67%
G = 12.76%
B = 53.57%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#421969 (or 0x421969) is known color: Christalle. HEX triplet: 42, 19 and 69. RGB value is (66,25,105). Sum of RGB (Red+Green+Blue) = 66+25+105=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #421969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421969 is #BDE696. Grayscale: #2E2E2E. Windows color (decimal): -12445335 or 6887746. OLE color: 6887746.

HSL color Cylindrical-coordinate representation of color #421969: hue angle of 270.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421969 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 25 105 -
CMYK 0.37 0.76 0 0.59
HSL 270.75º 0.62% 0.25% -
HSV(B) 270.75º 0.76% 0.41% -
XYZ 5.14 2.87 13.65 -
YUV 46.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 66 25 105 0.37 0.76 0 0.59 270.75 0.62 0.25
Hex 42 19 69 25 4C 0 3B 10F 3E 19
Octal 102 31 151 45 114 0 73 417 76 31
Binary 1000010 11001 1101001 100101 1001100 0 111011 100001111 111110 11001

Color Harmonies of #421969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421969

Black with #421969

Text Example


Text Example

White with #421969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421969; }

 p { color: rgb(66,25,105); }

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

background-color css

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

 a { background-color: rgb(66,25,105); }

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

border-color css

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

 span { border-color: rgb(66,25,105); }

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