Html Css Color HEX #3A0684 Persian Indigo

📋 copy color: '#3A0684'

red 58 ◦ green 6 ◦ blue 132

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

Shades of Persian Indigo #3A0684

Tints of Persian Indigo #3A0684

RGB

 RED value IS 58 (23.05% from 255) = 29.59%

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

 BLUE value IS 132 (51.95% from 255) = 67.35%

R = 29.59%
G = 3.06%
B = 67.35%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3A0684 (or 0x3A0684) is known color: Persian Indigo. HEX triplet: 3A, 06 and 84. RGB value is (58,6,132). Sum of RGB (Red+Green+Blue) = 58+6+132=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 132 (51.95% from 255 or 67.35% from 196); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A0684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0684 is #C5F97B. Grayscale: #232323. Windows color (decimal): -12974460 or 8652346. OLE color: 8652346.

HSL color Cylindrical-coordinate representation of color #3A0684: hue angle of 264.76º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0684 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 58 6 132 -
CMYK 0.56 0.95 0 0.48
HSL 264.76º 0.91% 0.27% -
HSV(B) 264.76º 0.95% 0.52% -
XYZ 5.97 2.7 22.04 -
YUV 35.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 58 6 132 0.56 0.95 0 0.48 264.76 0.91 0.27
Hex 3A 6 84 38 5F 0 30 109 5B 1B
Octal 72 6 204 70 137 0 60 411 133 33
Binary 111010 110 10000100 111000 1011111 0 110000 100001001 1011011 11011

Color Harmonies of #3A0684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0684

Black with #3A0684

Text Example


Text Example

White with #3A0684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A0684; }

 p { color: rgb(58,6,132); }

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

background-color css

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

 a { background-color: rgb(58,6,132); }

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

border-color css

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

 span { border-color: rgb(58,6,132); }

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