Html Css Color HEX #351692 Persian Indigo

📋 copy color: '#351692'

red 53 ◦ green 22 ◦ blue 146

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

Shades of Persian Indigo #351692

Tints of Persian Indigo #351692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 66.06%

R = 23.98%
G = 9.95%
B = 66.06%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#351692 (or 0x351692) is known color: Persian Indigo. HEX triplet: 35, 16 and 92. RGB value is (53,22,146). Sum of RGB (Red+Green+Blue) = 53+22+146=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #351692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351692 is #CAE96D. Grayscale: #2C2C2C. Windows color (decimal): -13298030 or 9573941. OLE color: 9573941.

HSL color Cylindrical-coordinate representation of color #351692: hue angle of 255º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351692 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 22 146 -
CMYK 0.64 0.85 0 0.43
HSL 255º 0.74% 0.33% -
HSV(B) 255º 0.85% 0.57% -
XYZ 6.94 3.41 27.49 -
YUV 45.41 184.77 133.42 -
System Red Green Blue C M Y K H S L
Decimal 53 22 146 0.64 0.85 0 0.43 255 0.74 0.33
Hex 35 16 92 40 55 0 2B FF 4A 21
Octal 65 26 222 100 125 0 53 377 112 41
Binary 110101 10110 10010010 1000000 1010101 0 101011 11111111 1001010 100001

Color Harmonies of #351692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351692

Black with #351692

Text Example


Text Example

White with #351692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351692; }

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

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

background-color css

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

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

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

border-color css

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

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

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