Html Css Color HEX #350F8C Persian Indigo

📋 copy color: '#350F8C'

red 53 ◦ green 15 ◦ blue 140

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

Shades of Persian Indigo #350F8C

Tints of Persian Indigo #350F8C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.21%

 BLUE value IS 140 (55.08% from 255) = 67.31%

R = 25.48%
G = 7.21%
B = 67.31%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#350F8C (or 0x350F8C) is known color: Persian Indigo. HEX triplet: 35, 0F and 8C. RGB value is (53,15,140). Sum of RGB (Red+Green+Blue) = 53+15+140=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #350F8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350F8C is #CAF073. Grayscale: #282828. Windows color (decimal): -13299828 or 9178933. OLE color: 9178933.

HSL color Cylindrical-coordinate representation of color #350F8C: hue angle of 258.24º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350F8C is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 15 140 -
CMYK 0.62 0.89 0 0.45
HSL 258.24º 0.81% 0.3% -
HSV(B) 258.24º 0.89% 0.55% -
XYZ 6.37 2.99 25.05 -
YUV 40.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 53 15 140 0.62 0.89 0 0.45 258.24 0.81 0.3
Hex 35 F 8C 3E 59 0 2D 102 51 1E
Octal 65 17 214 76 131 0 55 402 121 36
Binary 110101 1111 10001100 111110 1011001 0 101101 100000010 1010001 11110

Color Harmonies of #350F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F8C

Black with #350F8C

Text Example


Text Example

White with #350F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350F8C; }

 p { color: rgb(53,15,140); }

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

background-color css

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

 a { background-color: rgb(53,15,140); }

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

border-color css

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

 span { border-color: rgb(53,15,140); }

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