Html Css Color HEX #3A0A9C Persian Indigo

📋 copy color: '#3A0A9C'

red 58 ◦ green 10 ◦ blue 156

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

Shades of Persian Indigo #3A0A9C

Tints of Persian Indigo #3A0A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 69.64%

R = 25.89%
G = 4.46%
B = 69.64%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A0A9C (or 0x3A0A9C) is known color: Persian Indigo. HEX triplet: 3A, 0A and 9C. RGB value is (58,10,156). Sum of RGB (Red+Green+Blue) = 58+10+156=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A0A9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0A9C is #C5F563. Grayscale: #282828. Windows color (decimal): -12973412 or 10226234. OLE color: 10226234.

HSL color Cylindrical-coordinate representation of color #3A0A9C: hue angle of 259.73º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0A9C is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 10 156 -
CMYK 0.63 0.94 0 0.39
HSL 259.73º 0.88% 0.33% -
HSV(B) 259.73º 0.94% 0.61% -
XYZ 7.85 3.52 31.72 -
YUV 41 192.9 140.13 -
System Red Green Blue C M Y K H S L
Decimal 58 10 156 0.63 0.94 0 0.39 259.73 0.88 0.33
Hex 3A A 9C 3F 5E 0 27 104 58 21
Octal 72 12 234 77 136 0 47 404 130 41
Binary 111010 1010 10011100 111111 1011110 0 100111 100000100 1011000 100001

Color Harmonies of #3A0A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0A9C

Black with #3A0A9C

Text Example


Text Example

White with #3A0A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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