Html Css Color HEX #3A0BAF Persian Indigo

📋 copy color: '#3A0BAF'

red 58 ◦ green 11 ◦ blue 175

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

Shades of Persian Indigo #3A0BAF

Tints of Persian Indigo #3A0BAF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.51%

 BLUE value IS 175 (68.75% from 255) = 71.72%

R = 23.77%
G = 4.51%
B = 71.72%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3A0BAF (or 0x3A0BAF) is known color: Persian Indigo. HEX triplet: 3A, 0B and AF. RGB value is (58,11,175). Sum of RGB (Red+Green+Blue) = 58+11+175=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 175 (68.75% from 255 or 71.72% from 244); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A0BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0BAF is #C5F450. Grayscale: #2B2B2B. Windows color (decimal): -12973137 or 11471674. OLE color: 11471674.

HSL color Cylindrical-coordinate representation of color #3A0BAF: hue angle of 257.2º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0BAF is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 11 175 -
CMYK 0.67 0.94 0 0.31
HSL 257.2º 0.88% 0.36% -
HSV(B) 257.2º 0.94% 0.69% -
XYZ 9.6 4.23 40.87 -
YUV 43.75 202.07 138.16 -
System Red Green Blue C M Y K H S L
Decimal 58 11 175 0.67 0.94 0 0.31 257.2 0.88 0.36
Hex 3A B AF 43 5E 0 1F 101 58 24
Octal 72 13 257 103 136 0 37 401 130 44
Binary 111010 1011 10101111 1000011 1011110 0 11111 100000001 1011000 100100

Color Harmonies of #3A0BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0BAF

Black with #3A0BAF

Text Example


Text Example

White with #3A0BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,11,175); }

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

background-color css

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

 a { background-color: rgb(58,11,175); }

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

border-color css

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

 span { border-color: rgb(58,11,175); }

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