Html Css Color HEX #351085 Persian Indigo

📋 copy color: '#351085'

red 53 ◦ green 16 ◦ blue 133

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

Shades of Persian Indigo #351085

Tints of Persian Indigo #351085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

 BLUE value IS 133 (52.34% from 255) = 65.84%

R = 26.24%
G = 7.92%
B = 65.84%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#351085 (or 0x351085) is known color: Persian Indigo. HEX triplet: 35, 10 and 85. RGB value is (53,16,133). Sum of RGB (Red+Green+Blue) = 53+16+133=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #351085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351085 is #CAEF7A. Grayscale: #272727. Windows color (decimal): -13299579 or 8720437. OLE color: 8720437.

HSL color Cylindrical-coordinate representation of color #351085: hue angle of 258.97º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351085 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 16 133 -
CMYK 0.60 0.88 0 0.48
HSL 258.97º 0.79% 0.29% -
HSV(B) 258.97º 0.88% 0.52% -
XYZ 5.89 2.82 22.42 -
YUV 40.4 180.26 136.99 -
System Red Green Blue C M Y K H S L
Decimal 53 16 133 0.60 0.88 0 0.48 258.97 0.79 0.29
Hex 35 10 85 3C 58 0 30 103 4F 1D
Octal 65 20 205 74 130 0 60 403 117 35
Binary 110101 10000 10000101 111100 1011000 0 110000 100000011 1001111 11101

Color Harmonies of #351085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351085

Black with #351085

Text Example


Text Example

White with #351085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351085; }

 p { color: rgb(53,16,133); }

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

background-color css

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

 a { background-color: rgb(53,16,133); }

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

border-color css

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

 span { border-color: rgb(53,16,133); }

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