Html Css Color HEX #3A069A Persian Indigo

📋 copy color: '#3A069A'

red 58 ◦ green 6 ◦ blue 154

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

Shades of Persian Indigo #3A069A

Tints of Persian Indigo #3A069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 70.64%

R = 26.61%
G = 2.75%
B = 70.64%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3A069A (or 0x3A069A) is known color: Persian Indigo. HEX triplet: 3A, 06 and 9A. RGB value is (58,6,154). Sum of RGB (Red+Green+Blue) = 58+6+154=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 154 (60.55% from 255 or 70.64% from 218); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A069A is #C5F965. Grayscale: #252525. Windows color (decimal): -12974438 or 10094138. OLE color: 10094138.

HSL color Cylindrical-coordinate representation of color #3A069A: hue angle of 261.08º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A069A is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 6 154 -
CMYK 0.62 0.96 0 0.40
HSL 261.08º 0.93% 0.31% -
HSV(B) 261.08º 0.96% 0.6% -
XYZ 7.64 3.36 30.82 -
YUV 38.42 193.23 141.97 -
System Red Green Blue C M Y K H S L
Decimal 58 6 154 0.62 0.96 0 0.40 261.08 0.93 0.31
Hex 3A 6 9A 3E 60 0 28 105 5C 1F
Octal 72 6 232 76 140 0 50 405 134 37
Binary 111010 110 10011010 111110 1100000 0 101000 100000101 1011100 11111

Color Harmonies of #3A069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A069A

Black with #3A069A

Text Example


Text Example

White with #3A069A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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