Html Css Color HEX #3A0B7C Persian Indigo

📋 copy color: '#3A0B7C'

red 58 ◦ green 11 ◦ blue 124

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

Shades of Persian Indigo #3A0B7C

Tints of Persian Indigo #3A0B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 64.25%

R = 30.05%
G = 5.7%
B = 64.25%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A0B7C (or 0x3A0B7C) is known color: Persian Indigo. HEX triplet: 3A, 0B and 7C. RGB value is (58,11,124). Sum of RGB (Red+Green+Blue) = 58+11+124=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A0B7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0B7C is #C5F483. Grayscale: #252525. Windows color (decimal): -12973188 or 8129338. OLE color: 8129338.

HSL color Cylindrical-coordinate representation of color #3A0B7C: hue angle of 264.96º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0B7C is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 11 124 -
CMYK 0.53 0.91 0 0.51
HSL 264.96º 0.84% 0.26% -
HSV(B) 264.96º 0.91% 0.49% -
XYZ 5.5 2.59 19.28 -
YUV 37.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 58 11 124 0.53 0.91 0 0.51 264.96 0.84 0.26
Hex 3A B 7C 35 5B 0 33 109 54 1A
Octal 72 13 174 65 133 0 63 411 124 32
Binary 111010 1011 1111100 110101 1011011 0 110011 100001001 1010100 11010

Color Harmonies of #3A0B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0B7C

Black with #3A0B7C

Text Example


Text Example

White with #3A0B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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