Html Css Color HEX #3806A4 Persian Indigo

📋 copy color: '#3806A4'

red 56 ◦ green 6 ◦ blue 164

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

Shades of Persian Indigo #3806A4

Tints of Persian Indigo #3806A4

RGB

 RED value IS 56 (22.27% from 255) = 24.78%

 GREEN value IS 6 (2.73% from 255) = 2.65%

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

R = 24.78%
G = 2.65%
B = 72.57%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3806A4 (or 0x3806A4) is known color: Persian Indigo. HEX triplet: 38, 06 and A4. RGB value is (56,6,164). Sum of RGB (Red+Green+Blue) = 56+6+164=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 164 (64.45% from 255 or 72.57% from 226); Max value from RGB is 164 - color contains mainly: blue. Hex color #3806A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3806A4 is #C7F95B. Grayscale: #262626. Windows color (decimal): -13105500 or 10749496. OLE color: 10749496.

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

Color convert

RGB 56 6 164 -
CMYK 0.66 0.96 0 0.36
HSL 258.99º 0.93% 0.33% -
HSV(B) 258.99º 0.96% 0.64% -
XYZ 8.4 3.65 35.38 -
YUV 38.96 198.57 140.15 -
System Red Green Blue C M Y K H S L
Decimal 56 6 164 0.66 0.96 0 0.36 258.99 0.93 0.33
Hex 38 6 A4 42 60 0 24 103 5D 21
Octal 70 6 244 102 140 0 44 403 135 41
Binary 111000 110 10100100 1000010 1100000 0 100100 100000011 1011101 100001

Color Harmonies of #3806A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3806A4

Black with #3806A4

Text Example


Text Example

White with #3806A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,6,164); }

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

background-color css

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

 a { background-color: rgb(56,6,164); }

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

border-color css

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

 span { border-color: rgb(56,6,164); }

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