Html Css Color HEX #350A6D Persian Indigo

📋 copy color: '#350A6D'

red 53 ◦ green 10 ◦ blue 109

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

Shades of Persian Indigo #350A6D

Tints of Persian Indigo #350A6D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.81%

 BLUE value IS 109 (42.97% from 255) = 63.37%

R = 30.81%
G = 5.81%
B = 63.37%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#350A6D (or 0x350A6D) is known color: Persian Indigo. HEX triplet: 35, 0A and 6D. RGB value is (53,10,109). Sum of RGB (Red+Green+Blue) = 53+10+109=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #350A6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350A6D is #CAF592. Grayscale: #212121. Windows color (decimal): -13301139 or 7146037. OLE color: 7146037.

HSL color Cylindrical-coordinate representation of color #350A6D: hue angle of 266.06º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350A6D is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 10 109 -
CMYK 0.51 0.91 0 0.57
HSL 266.06º 0.83% 0.23% -
HSV(B) 266.06º 0.91% 0.43% -
XYZ 4.34 2.08 14.64 -
YUV 34.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 53 10 109 0.51 0.91 0 0.57 266.06 0.83 0.23
Hex 35 A 6D 33 5B 0 39 10A 53 17
Octal 65 12 155 63 133 0 71 412 123 27
Binary 110101 1010 1101101 110011 1011011 0 111001 100001010 1010011 10111

Color Harmonies of #350A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350A6D

Black with #350A6D

Text Example


Text Example

White with #350A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,10,109); }

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

background-color css

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

 a { background-color: rgb(53,10,109); }

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

border-color css

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

 span { border-color: rgb(53,10,109); }

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