Html Css Color HEX #350075 Persian Indigo

📋 copy color: '#350075'

red 53 ◦ green 0 ◦ blue 117

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

Shades of Persian Indigo #350075

Tints of Persian Indigo #350075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.82%

R = 31.18%
G = 0%
B = 68.82%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#350075 (or 0x350075) is known color: Persian Indigo. HEX triplet: 35, 00 and 75. RGB value is (53,0,117). Sum of RGB (Red+Green+Blue) = 53+0+117=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #350075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350075 is #CAFF8A. Grayscale: #1C1C1C. Windows color (decimal): -13303691 or 7667765. OLE color: 7667765.

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

Color convert

RGB 53 0 117 -
CMYK 0.55 1 0 0.54
HSL 267.18º 1% 0.23% -
HSV(B) 267.18º 1% 0.46% -
XYZ 4.68 2.04 16.98 -
YUV 29.19 177.56 144.99 -
System Red Green Blue C M Y K H S L
Decimal 53 0 117 0.55 1 0 0.54 267.18 1 0.23
Hex 35 0 75 37 64 0 36 10B 64 17
Octal 65 0 165 67 144 0 66 413 144 27
Binary 110101 0 1110101 110111 1100100 0 110110 100001011 1100100 10111

Color Harmonies of #350075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350075

Black with #350075

Text Example


Text Example

White with #350075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350075; }

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

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

background-color css

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

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

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

border-color css

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

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

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