Html Css Color HEX #350073 Persian Indigo

📋 copy color: '#350073'

red 53 ◦ green 0 ◦ blue 115

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

Shades of Persian Indigo #350073

Tints of Persian Indigo #350073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 115 (45.31% from 255) = 68.45%

R = 31.55%
G = 0%
B = 68.45%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#350073 (or 0x350073) is known color: Persian Indigo. HEX triplet: 35, 00 and 73. RGB value is (53,0,115). Sum of RGB (Red+Green+Blue) = 53+0+115=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #350073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350073 is #CAFF8C. Grayscale: #1C1C1C. Windows color (decimal): -13303693 or 7536693. OLE color: 7536693.

HSL color Cylindrical-coordinate representation of color #350073: hue angle of 267.65º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350073 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 0 115 -
CMYK 0.54 1 0 0.55
HSL 267.65º 1% 0.23% -
HSV(B) 267.65º 1% 0.45% -
XYZ 4.56 1.99 16.36 -
YUV 28.96 176.56 145.15 -
System Red Green Blue C M Y K H S L
Decimal 53 0 115 0.54 1 0 0.55 267.65 1 0.23
Hex 35 0 73 36 64 0 37 10C 64 17
Octal 65 0 163 66 144 0 67 414 144 27
Binary 110101 0 1110011 110110 1100100 0 110111 100001100 1100100 10111

Color Harmonies of #350073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350073

Black with #350073

Text Example


Text Example

White with #350073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350073; }

 p { color: rgb(53,0,115); }

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

background-color css

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

 a { background-color: rgb(53,0,115); }

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

border-color css

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

 span { border-color: rgb(53,0,115); }

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