Html Css Color HEX #351C8B Persian Indigo

📋 copy color: '#351C8B'

red 53 ◦ green 28 ◦ blue 139

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

Shades of Persian Indigo #351C8B

Tints of Persian Indigo #351C8B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.73%

 BLUE value IS 139 (54.69% from 255) = 63.18%

R = 24.09%
G = 12.73%
B = 63.18%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#351C8B (or 0x351C8B) is known color: Persian Indigo. HEX triplet: 35, 1C and 8B. RGB value is (53,28,139). Sum of RGB (Red+Green+Blue) = 53+28+139=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #351C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351C8B is #CAE374. Grayscale: #2F2F2F. Windows color (decimal): -13296501 or 9116725. OLE color: 9116725.

HSL color Cylindrical-coordinate representation of color #351C8B: hue angle of 253.51º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351C8B is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 28 139 -
CMYK 0.62 0.80 0 0.45
HSL 253.51º 0.66% 0.33% -
HSV(B) 253.51º 0.8% 0.55% -
XYZ 6.54 3.45 24.75 -
YUV 48.13 179.28 131.47 -
System Red Green Blue C M Y K H S L
Decimal 53 28 139 0.62 0.80 0 0.45 253.51 0.66 0.33
Hex 35 1C 8B 3E 50 0 2D FE 42 21
Octal 65 34 213 76 120 0 55 376 102 41
Binary 110101 11100 10001011 111110 1010000 0 101101 11111110 1000010 100001

Color Harmonies of #351C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C8B

Black with #351C8B

Text Example


Text Example

White with #351C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,28,139); }

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

background-color css

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

 a { background-color: rgb(53,28,139); }

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

border-color css

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

 span { border-color: rgb(53,28,139); }

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