Html Css Color HEX #3A0A6C Persian Indigo

📋 copy color: '#3A0A6C'

red 58 ◦ green 10 ◦ blue 108

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

Shades of Persian Indigo #3A0A6C

Tints of Persian Indigo #3A0A6C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.68%

 BLUE value IS 108 (42.58% from 255) = 61.36%

R = 32.95%
G = 5.68%
B = 61.36%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3A0A6C (or 0x3A0A6C) is known color: Persian Indigo. HEX triplet: 3A, 0A and 6C. RGB value is (58,10,108). Sum of RGB (Red+Green+Blue) = 58+10+108=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A0A6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0A6C is #C5F593. Grayscale: #232323. Windows color (decimal): -12973460 or 7080506. OLE color: 7080506.

HSL color Cylindrical-coordinate representation of color #3A0A6C: hue angle of 269.39º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0A6C is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 10 108 -
CMYK 0.46 0.91 0 0.58
HSL 269.39º 0.83% 0.23% -
HSV(B) 269.39º 0.91% 0.42% -
XYZ 4.56 2.2 14.37 -
YUV 35.52 168.9 144.03 -
System Red Green Blue C M Y K H S L
Decimal 58 10 108 0.46 0.91 0 0.58 269.39 0.83 0.23
Hex 3A A 6C 2E 5B 0 3A 10D 53 17
Octal 72 12 154 56 133 0 72 415 123 27
Binary 111010 1010 1101100 101110 1011011 0 111010 100001101 1010011 10111

Color Harmonies of #3A0A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0A6C

Black with #3A0A6C

Text Example


Text Example

White with #3A0A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,10,108); }

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

background-color css

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

 a { background-color: rgb(58,10,108); }

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

border-color css

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

 span { border-color: rgb(58,10,108); }

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