Html Css Color HEX #3A0F7A Persian Indigo

📋 copy color: '#3A0F7A'

red 58 ◦ green 15 ◦ blue 122

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

Shades of Persian Indigo #3A0F7A

Tints of Persian Indigo #3A0F7A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.69%

 BLUE value IS 122 (48.05% from 255) = 62.56%

R = 29.74%
G = 7.69%
B = 62.56%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A0F7A (or 0x3A0F7A) is known color: Persian Indigo. HEX triplet: 3A, 0F and 7A. RGB value is (58,15,122). Sum of RGB (Red+Green+Blue) = 58+15+122=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A0F7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0F7A is #C5F085. Grayscale: #272727. Windows color (decimal): -12972166 or 7999290. OLE color: 7999290.

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

Color convert

RGB 58 15 122 -
CMYK 0.52 0.88 0 0.52
HSL 264.11º 0.78% 0.27% -
HSV(B) 264.11º 0.88% 0.48% -
XYZ 5.43 2.65 18.64 -
YUV 40.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 58 15 122 0.52 0.88 0 0.52 264.11 0.78 0.27
Hex 3A F 7A 34 58 0 34 108 4E 1B
Octal 72 17 172 64 130 0 64 410 116 33
Binary 111010 1111 1111010 110100 1011000 0 110100 100001000 1001110 11011

Color Harmonies of #3A0F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0F7A

Black with #3A0F7A

Text Example


Text Example

White with #3A0F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,15,122); }

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

background-color css

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

 a { background-color: rgb(58,15,122); }

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

border-color css

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

 span { border-color: rgb(58,15,122); }

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