Html Css Color HEX #350567 Persian Indigo

📋 copy color: '#350567'

red 53 ◦ green 5 ◦ blue 103

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

Shades of Persian Indigo #350567

Tints of Persian Indigo #350567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

 BLUE value IS 103 (40.63% from 255) = 63.98%

R = 32.92%
G = 3.11%
B = 63.98%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#350567 (or 0x350567) is known color: Persian Indigo. HEX triplet: 35, 05 and 67. RGB value is (53,5,103). Sum of RGB (Red+Green+Blue) = 53+5+103=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 103 (40.62% from 255 or 63.98% from 161); Max value from RGB is 103 - color contains mainly: blue. Hex color #350567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350567 is #CAFA98. Grayscale: #1E1E1E. Windows color (decimal): -13302425 or 6751541. OLE color: 6751541.

HSL color Cylindrical-coordinate representation of color #350567: hue angle of 269.39º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350567 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 5 103 -
CMYK 0.49 0.95 0 0.60
HSL 269.39º 0.91% 0.21% -
HSV(B) 269.39º 0.95% 0.4% -
XYZ 3.97 1.84 12.98 -
YUV 30.52 168.9 144.03 -
System Red Green Blue C M Y K H S L
Decimal 53 5 103 0.49 0.95 0 0.60 269.39 0.91 0.21
Hex 35 5 67 31 5F 0 3C 10D 5B 15
Octal 65 5 147 61 137 0 74 415 133 25
Binary 110101 101 1100111 110001 1011111 0 111100 100001101 1011011 10101

Color Harmonies of #350567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350567

Black with #350567

Text Example


Text Example

White with #350567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350567; }

 p { color: rgb(53,5,103); }

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

background-color css

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

 a { background-color: rgb(53,5,103); }

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

border-color css

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

 span { border-color: rgb(53,5,103); }

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