#351A94

Color #351A94 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #351A94

Tints of Persian Indigo #351A94

Color information

#351A94 (or 0x351A94) is unknown color: approx Persian Indigo. HEX triplet: 35, 1A and 94. RGB value is (53,26,148). Sum of RGB (Red+Green+Blue) = 53+26+148=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #351A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351A94 is #CAE56B. Grayscale: #2F2F2F. Windows color (decimal): -13297004 or 9706037. OLE color: 9706037.

HSL color Cylindrical-coordinate representation of color #351A94: hue angle of 253.28º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #351A94 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5326148-
CMYK0.640.8200.42
HSL253.28º70.11%34.12%-
HSV(B)253.28º82.43%58.04%-
XYZ7.183.6328.34-
YUV47.98184.45131.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 26 (10.55% from 255) = 11.45%
BLUE value IS 148 (58.20% from 255) = 65.20%
R=23.35%
G=11.45%
B=65.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53261480.640.8200.42253.2870.1134.12
Hex351A94405202Afd4622
Octal653222410012205237510642
Binary1101011101010010100100000010100100101010111111011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351A94; }

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

 H1.HeaderClassName
 {
   color: #351A94;
 }
 .AnyTagClassName
 {
   color: #351A94;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #351A94;
 }
 .BgClassName
 {
   background-color: #351A94;
 }
</style>
border-color css

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

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

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