Html Css Color HEX #351678 Persian Indigo

📋 copy color: '#351678'

red 53 ◦ green 22 ◦ blue 120

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

Shades of Persian Indigo #351678

Tints of Persian Indigo #351678

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.28%

 BLUE value IS 120 (47.27% from 255) = 61.54%

R = 27.18%
G = 11.28%
B = 61.54%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#351678 (or 0x351678) is known color: Persian Indigo. HEX triplet: 35, 16 and 78. RGB value is (53,22,120). Sum of RGB (Red+Green+Blue) = 53+22+120=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #351678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351678 is #CAE987. Grayscale: #2A2A2A. Windows color (decimal): -13298056 or 7870005. OLE color: 7870005.

HSL color Cylindrical-coordinate representation of color #351678: hue angle of 258.98º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #351678 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 22 120 -
CMYK 0.56 0.82 0 0.53
HSL 258.98º 0.69% 0.28% -
HSV(B) 258.98º 0.82% 0.47% -
XYZ 5.15 2.69 18.02 -
YUV 42.44 171.77 135.53 -
System Red Green Blue C M Y K H S L
Decimal 53 22 120 0.56 0.82 0 0.53 258.98 0.69 0.28
Hex 35 16 78 38 52 0 35 103 45 1C
Octal 65 26 170 70 122 0 65 403 105 34
Binary 110101 10110 1111000 111000 1010010 0 110101 100000011 1000101 11100

Color Harmonies of #351678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351678

Black with #351678

Text Example


Text Example

White with #351678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351678; }

 p { color: rgb(53,22,120); }

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

background-color css

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

 a { background-color: rgb(53,22,120); }

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

border-color css

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

 span { border-color: rgb(53,22,120); }

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