Html Css Color HEX #351074 Persian Indigo

📋 copy color: '#351074'

red 53 ◦ green 16 ◦ blue 116

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

Shades of Persian Indigo #351074

Tints of Persian Indigo #351074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 62.7%

R = 28.65%
G = 8.65%
B = 62.7%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#351074 (or 0x351074) is known color: Persian Indigo. HEX triplet: 35, 10 and 74. RGB value is (53,16,116). Sum of RGB (Red+Green+Blue) = 53+16+116=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #351074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351074 is #CAEF8B. Grayscale: #262626. Windows color (decimal): -13299596 or 7606325. OLE color: 7606325.

HSL color Cylindrical-coordinate representation of color #351074: hue angle of 262.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351074 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 16 116 -
CMYK 0.54 0.86 0 0.55
HSL 262.2º 0.76% 0.26% -
HSV(B) 262.2º 0.86% 0.45% -
XYZ 4.81 2.39 16.73 -
YUV 38.46 171.76 138.37 -
System Red Green Blue C M Y K H S L
Decimal 53 16 116 0.54 0.86 0 0.55 262.2 0.76 0.26
Hex 35 10 74 36 56 0 37 106 4C 1A
Octal 65 20 164 66 126 0 67 406 114 32
Binary 110101 10000 1110100 110110 1010110 0 110111 100000110 1001100 11010

Color Harmonies of #351074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351074

Black with #351074

Text Example


Text Example

White with #351074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351074; }

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

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

background-color css

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

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

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

border-color css

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

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

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