Html Css Color HEX #3605A4 Persian Indigo

📋 copy color: '#3605A4'

red 54 ◦ green 5 ◦ blue 164

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

Shades of Persian Indigo #3605A4

Tints of Persian Indigo #3605A4

RGB

 RED value IS 54 (21.48% from 255) = 24.22%

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

 BLUE value IS 164 (64.45% from 255) = 73.54%

R = 24.22%
G = 2.24%
B = 73.54%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3605A4 (or 0x3605A4) is known color: Persian Indigo. HEX triplet: 36, 05 and A4. RGB value is (54,5,164). Sum of RGB (Red+Green+Blue) = 54+5+164=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 164 (64.45% from 255 or 73.54% from 223); Max value from RGB is 164 - color contains mainly: blue. Hex color #3605A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3605A4 is #C9FA5B. Grayscale: #252525. Windows color (decimal): -13236828 or 10749238. OLE color: 10749238.

HSL color Cylindrical-coordinate representation of color #3605A4: hue angle of 258.49º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3605A4 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 54 5 164 -
CMYK 0.67 0.97 0 0.36
HSL 258.49º 0.94% 0.33% -
HSV(B) 258.49º 0.97% 0.64% -
XYZ 8.28 3.57 35.38 -
YUV 37.78 199.23 139.57 -
System Red Green Blue C M Y K H S L
Decimal 54 5 164 0.67 0.97 0 0.36 258.49 0.94 0.33
Hex 36 5 A4 43 61 0 24 102 5E 21
Octal 66 5 244 103 141 0 44 402 136 41
Binary 110110 101 10100100 1000011 1100001 0 100100 100000010 1011110 100001

Color Harmonies of #3605A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3605A4

Black with #3605A4

Text Example


Text Example

White with #3605A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3605A4; }

 p { color: rgb(54,5,164); }

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

background-color css

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

 a { background-color: rgb(54,5,164); }

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

border-color css

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

 span { border-color: rgb(54,5,164); }

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