Html Css Color HEX #35255A Christalle

📋 copy color: '#35255A'

red 53 ◦ green 37 ◦ blue 90

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

Shades of Christalle #35255A

Tints of Christalle #35255A

RGB

 RED value IS 53 (21.09% from 255) = 29.44%

 GREEN value IS 37 (14.84% from 255) = 20.56%

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

R = 29.44%
G = 20.56%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35255A (or 0x35255A) is known color: Christalle. HEX triplet: 35, 25 and 5A. RGB value is (53,37,90). Sum of RGB (Red+Green+Blue) = 53+37+90=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #35255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35255A is #CADAA5. Grayscale: #2F2F2F. Windows color (decimal): -13294246 or 5907765. OLE color: 5907765.

HSL color Cylindrical-coordinate representation of color #35255A: hue angle of 258.11º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35255A is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 37 90 -
CMYK 0.41 0.59 0 0.65
HSL 258.11º 0.42% 0.25% -
HSV(B) 258.11º 0.59% 0.35% -
XYZ 3.98 2.82 10.01 -
YUV 47.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 53 37 90 0.41 0.59 0 0.65 258.11 0.42 0.25
Hex 35 25 5A 29 3B 0 41 102 2A 19
Octal 65 45 132 51 73 0 101 402 52 31
Binary 110101 100101 1011010 101001 111011 0 1000001 100000010 101010 11001

Color Harmonies of #35255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35255A

Black with #35255A

Text Example


Text Example

White with #35255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,37,90); }

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

background-color css

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

 a { background-color: rgb(53,37,90); }

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

border-color css

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

 span { border-color: rgb(53,37,90); }

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