Html Css Color HEX #351C98 Persian Indigo

📋 copy color: '#351C98'

red 53 ◦ green 28 ◦ blue 152

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

Shades of Persian Indigo #351C98

Tints of Persian Indigo #351C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 65.24%

R = 22.75%
G = 12.02%
B = 65.24%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#351C98 (or 0x351C98) is known color: Persian Indigo. HEX triplet: 35, 1C and 98. RGB value is (53,28,152). Sum of RGB (Red+Green+Blue) = 53+28+152=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #351C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351C98 is #CAE367. Grayscale: #313131. Windows color (decimal): -13296488 or 9968693. OLE color: 9968693.

HSL color Cylindrical-coordinate representation of color #351C98: hue angle of 252.1º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #351C98 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 28 152 -
CMYK 0.65 0.82 0 0.40
HSL 252.1º 0.69% 0.35% -
HSV(B) 252.1º 0.82% 0.6% -
XYZ 7.55 3.85 30.05 -
YUV 49.61 185.78 130.42 -
System Red Green Blue C M Y K H S L
Decimal 53 28 152 0.65 0.82 0 0.40 252.1 0.69 0.35
Hex 35 1C 98 41 52 0 28 FC 45 23
Octal 65 34 230 101 122 0 50 374 105 43
Binary 110101 11100 10011000 1000001 1010010 0 101000 11111100 1000101 100011

Color Harmonies of #351C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C98

Black with #351C98

Text Example


Text Example

White with #351C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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