Html Css Color HEX #351594 Persian Indigo

📋 copy color: '#351594'

red 53 ◦ green 21 ◦ blue 148

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

Shades of Persian Indigo #351594

Tints of Persian Indigo #351594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.46%

 BLUE value IS 148 (58.2% from 255) = 66.67%

R = 23.87%
G = 9.46%
B = 66.67%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#351594 (or 0x351594) is known color: Persian Indigo. HEX triplet: 35, 15 and 94. RGB value is (53,21,148). Sum of RGB (Red+Green+Blue) = 53+21+148=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #351594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351594 is #CAEA6B. Grayscale: #2C2C2C. Windows color (decimal): -13298284 or 9704757. OLE color: 9704757.

HSL color Cylindrical-coordinate representation of color #351594: hue angle of 255.12º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351594 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 21 148 -
CMYK 0.64 0.86 0 0.42
HSL 255.12º 0.75% 0.33% -
HSV(B) 255.12º 0.86% 0.58% -
XYZ 7.08 3.43 28.31 -
YUV 45.05 186.1 133.67 -
System Red Green Blue C M Y K H S L
Decimal 53 21 148 0.64 0.86 0 0.42 255.12 0.75 0.33
Hex 35 15 94 40 56 0 2A FF 4B 21
Octal 65 25 224 100 126 0 52 377 113 41
Binary 110101 10101 10010100 1000000 1010110 0 101010 11111111 1001011 100001

Color Harmonies of #351594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351594

Black with #351594

Text Example


Text Example

White with #351594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351594; }

 p { color: rgb(53,21,148); }

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

background-color css

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

 a { background-color: rgb(53,21,148); }

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

border-color css

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

 span { border-color: rgb(53,21,148); }

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