Html Css Color HEX #3604A6 Persian Indigo

📋 copy color: '#3604A6'

red 54 ◦ green 4 ◦ blue 166

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

Shades of Persian Indigo #3604A6

Tints of Persian Indigo #3604A6

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

 BLUE value IS 166 (65.23% from 255) = 74.11%

R = 24.11%
G = 1.79%
B = 74.11%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3604A6 (or 0x3604A6) is known color: Persian Indigo. HEX triplet: 36, 04 and A6. RGB value is (54,4,166). Sum of RGB (Red+Green+Blue) = 54+4+166=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 166 (65.23% from 255 or 74.11% from 224); Max value from RGB is 166 - color contains mainly: blue. Hex color #3604A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3604A6 is #C9FB59. Grayscale: #242424. Windows color (decimal): -13237082 or 10880054. OLE color: 10880054.

HSL color Cylindrical-coordinate representation of color #3604A6: hue angle of 258.52º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3604A6 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 4 166 -
CMYK 0.67 0.98 0 0.35
HSL 258.52º 0.95% 0.33% -
HSV(B) 258.52º 0.98% 0.65% -
XYZ 8.45 3.62 36.33 -
YUV 37.42 200.57 139.83 -
System Red Green Blue C M Y K H S L
Decimal 54 4 166 0.67 0.98 0 0.35 258.52 0.95 0.33
Hex 36 4 A6 43 62 0 23 103 5F 21
Octal 66 4 246 103 142 0 43 403 137 41
Binary 110110 100 10100110 1000011 1100010 0 100011 100000011 1011111 100001

Color Harmonies of #3604A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3604A6

Black with #3604A6

Text Example


Text Example

White with #3604A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3604A6; }

 p { color: rgb(54,4,166); }

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

background-color css

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

 a { background-color: rgb(54,4,166); }

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

border-color css

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

 span { border-color: rgb(54,4,166); }

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