Html Css Color HEX #3A068A Persian Indigo

📋 copy color: '#3A068A'

red 58 ◦ green 6 ◦ blue 138

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

Shades of Persian Indigo #3A068A

Tints of Persian Indigo #3A068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 68.32%

R = 28.71%
G = 2.97%
B = 68.32%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A068A (or 0x3A068A) is known color: Persian Indigo. HEX triplet: 3A, 06 and 8A. RGB value is (58,6,138). Sum of RGB (Red+Green+Blue) = 58+6+138=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A068A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A068A is #C5F975. Grayscale: #242424. Windows color (decimal): -12974454 or 9045562. OLE color: 9045562.

HSL color Cylindrical-coordinate representation of color #3A068A: hue angle of 263.64º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A068A is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 6 138 -
CMYK 0.58 0.96 0 0.46
HSL 263.64º 0.92% 0.28% -
HSV(B) 263.64º 0.96% 0.54% -
XYZ 6.4 2.86 24.26 -
YUV 36.6 185.23 143.27 -
System Red Green Blue C M Y K H S L
Decimal 58 6 138 0.58 0.96 0 0.46 263.64 0.92 0.28
Hex 3A 6 8A 3A 60 0 2E 108 5C 1C
Octal 72 6 212 72 140 0 56 410 134 34
Binary 111010 110 10001010 111010 1100000 0 101110 100001000 1011100 11100

Color Harmonies of #3A068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A068A

Black with #3A068A

Text Example


Text Example

White with #3A068A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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