Html Css Color HEX #3A087B Persian Indigo

📋 copy color: '#3A087B'

red 58 ◦ green 8 ◦ blue 123

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

Shades of Persian Indigo #3A087B

Tints of Persian Indigo #3A087B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 65.08%

R = 30.69%
G = 4.23%
B = 65.08%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A087B (or 0x3A087B) is known color: Persian Indigo. HEX triplet: 3A, 08 and 7B. RGB value is (58,8,123). Sum of RGB (Red+Green+Blue) = 58+8+123=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A087B is #C5F784. Grayscale: #232323. Windows color (decimal): -12973957 or 8063034. OLE color: 8063034.

HSL color Cylindrical-coordinate representation of color #3A087B: hue angle of 266.09º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A087B is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 8 123 -
CMYK 0.53 0.93 0 0.52
HSL 266.09º 0.88% 0.26% -
HSV(B) 266.09º 0.93% 0.48% -
XYZ 5.41 2.5 18.94 -
YUV 36.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 58 8 123 0.53 0.93 0 0.52 266.09 0.88 0.26
Hex 3A 8 7B 35 5D 0 34 10A 58 1A
Octal 72 10 173 65 135 0 64 412 130 32
Binary 111010 1000 1111011 110101 1011101 0 110100 100001010 1011000 11010

Color Harmonies of #3A087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A087B

Black with #3A087B

Text Example


Text Example

White with #3A087B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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