Html Css Color HEX #3A107B Persian Indigo

📋 copy color: '#3A107B'

red 58 ◦ green 16 ◦ blue 123

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

Shades of Persian Indigo #3A107B

Tints of Persian Indigo #3A107B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

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

R = 29.44%
G = 8.12%
B = 62.44%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A107B (or 0x3A107B) is known color: Persian Indigo. HEX triplet: 3A, 10 and 7B. RGB value is (58,16,123). Sum of RGB (Red+Green+Blue) = 58+16+123=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A107B is #C5EF84. Grayscale: #282828. Windows color (decimal): -12971909 or 8065082. OLE color: 8065082.

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

Color convert

RGB 58 16 123 -
CMYK 0.53 0.87 0 0.52
HSL 263.55º 0.77% 0.27% -
HSV(B) 263.55º 0.87% 0.48% -
XYZ 5.51 2.7 18.97 -
YUV 40.76 174.41 140.3 -
System Red Green Blue C M Y K H S L
Decimal 58 16 123 0.53 0.87 0 0.52 263.55 0.77 0.27
Hex 3A 10 7B 35 57 0 34 108 4D 1B
Octal 72 20 173 65 127 0 64 410 115 33
Binary 111010 10000 1111011 110101 1010111 0 110100 100001000 1001101 11011

Color Harmonies of #3A107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A107B

Black with #3A107B

Text Example


Text Example

White with #3A107B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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