Html Css Color HEX #35316C Deep Koamaru

📋 copy color: '#35316C'

red 53 ◦ green 49 ◦ blue 108

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

Shades of Deep Koamaru #35316C

Tints of Deep Koamaru #35316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.33%

 BLUE value IS 108 (42.58% from 255) = 51.43%

R = 25.24%
G = 23.33%
B = 51.43%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35316C (or 0x35316C) is known color: Deep Koamaru. HEX triplet: 35, 31 and 6C. RGB value is (53,49,108). Sum of RGB (Red+Green+Blue) = 53+49+108=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #35316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35316C is #CACE93. Grayscale: #383838. Windows color (decimal): -13291156 or 7090485. OLE color: 7090485.

HSL color Cylindrical-coordinate representation of color #35316C: hue angle of 244.07º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35316C is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 49 108 -
CMYK 0.51 0.55 0 0.58
HSL 244.07º 0.38% 0.31% -
HSV(B) 244.07º 0.55% 0.42% -
XYZ 5.27 4.04 14.69 -
YUV 56.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 53 49 108 0.51 0.55 0 0.58 244.07 0.38 0.31
Hex 35 31 6C 33 37 0 3A F4 26 1F
Octal 65 61 154 63 67 0 72 364 46 37
Binary 110101 110001 1101100 110011 110111 0 111010 11110100 100110 11111

Color Harmonies of #35316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35316C

Black with #35316C

Text Example


Text Example

White with #35316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35316C; }

 p { color: rgb(53,49,108); }

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

background-color css

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

 a { background-color: rgb(53,49,108); }

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

border-color css

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

 span { border-color: rgb(53,49,108); }

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