Html Css Color HEX #3A08AA Persian Indigo

📋 copy color: '#3A08AA'

red 58 ◦ green 8 ◦ blue 170

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

Shades of Persian Indigo #3A08AA

Tints of Persian Indigo #3A08AA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

 BLUE value IS 170 (66.8% from 255) = 72.03%

R = 24.58%
G = 3.39%
B = 72.03%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A08AA (or 0x3A08AA) is known color: Persian Indigo. HEX triplet: 3A, 08 and AA. RGB value is (58,8,170). Sum of RGB (Red+Green+Blue) = 58+8+170=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A08AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A08AA is #C5F755. Grayscale: #282828. Windows color (decimal): -12973910 or 11143226. OLE color: 11143226.

HSL color Cylindrical-coordinate representation of color #3A08AA: hue angle of 258.52º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A08AA is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 8 170 -
CMYK 0.66 0.95 0 0.33
HSL 258.52º 0.91% 0.35% -
HSV(B) 258.52º 0.95% 0.67% -
XYZ 9.09 3.98 38.32 -
YUV 41.42 200.57 139.83 -
System Red Green Blue C M Y K H S L
Decimal 58 8 170 0.66 0.95 0 0.33 258.52 0.91 0.35
Hex 3A 8 AA 42 5F 0 21 103 5B 23
Octal 72 10 252 102 137 0 41 403 133 43
Binary 111010 1000 10101010 1000010 1011111 0 100001 100000011 1011011 100011

Color Harmonies of #3A08AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A08AA

Black with #3A08AA

Text Example


Text Example

White with #3A08AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,8,170); }

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

background-color css

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

 a { background-color: rgb(58,8,170); }

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

border-color css

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

 span { border-color: rgb(58,8,170); }

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