Html Css Color HEX #3A09AB Persian Indigo

📋 copy color: '#3A09AB'

red 58 ◦ green 9 ◦ blue 171

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

Shades of Persian Indigo #3A09AB

Tints of Persian Indigo #3A09AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.78%

 BLUE value IS 171 (67.19% from 255) = 71.85%

R = 24.37%
G = 3.78%
B = 71.85%

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

#3A09AB (or 0x3A09AB) is known color: Persian Indigo. HEX triplet: 3A, 09 and AB. RGB value is (58,9,171). Sum of RGB (Red+Green+Blue) = 58+9+171=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A09AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A09AB is #C5F654. Grayscale: #292929. Windows color (decimal): -12973653 or 11209018. OLE color: 11209018.

HSL color Cylindrical-coordinate representation of color #3A09AB: hue angle of 258.15º degrees, saturation: 0.9, 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 #3A09AB is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 9 171 -
CMYK 0.66 0.95 0 0.33
HSL 258.15º 0.9% 0.35% -
HSV(B) 258.15º 0.95% 0.67% -
XYZ 9.19 4.04 38.82 -
YUV 42.12 200.73 139.33 -
System Red Green Blue C M Y K H S L
Decimal 58 9 171 0.66 0.95 0 0.33 258.15 0.9 0.35
Hex 3A 9 AB 42 5F 0 21 102 5A 23
Octal 72 11 253 102 137 0 41 402 132 43
Binary 111010 1001 10101011 1000010 1011111 0 100001 100000010 1011010 100011

Color Harmonies of #3A09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A09AB

Black with #3A09AB

Text Example


Text Example

White with #3A09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,9,171); }

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

background-color css

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

 a { background-color: rgb(58,9,171); }

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

border-color css

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

 span { border-color: rgb(58,9,171); }

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