Html Css Color HEX #3A0F9B Persian Indigo

📋 copy color: '#3A0F9B'

red 58 ◦ green 15 ◦ blue 155

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

Shades of Persian Indigo #3A0F9B

Tints of Persian Indigo #3A0F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.98%

R = 25.44%
G = 6.58%
B = 67.98%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A0F9B (or 0x3A0F9B) is known color: Persian Indigo. HEX triplet: 3A, 0F and 9B. RGB value is (58,15,155). Sum of RGB (Red+Green+Blue) = 58+15+155=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A0F9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0F9B is #C5F064. Grayscale: #2B2B2B. Windows color (decimal): -12972133 or 10161978. OLE color: 10161978.

HSL color Cylindrical-coordinate representation of color #3A0F9B: hue angle of 258.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A0F9B is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 15 155 -
CMYK 0.63 0.90 0 0.39
HSL 258.43º 0.82% 0.33% -
HSV(B) 258.43º 0.9% 0.61% -
XYZ 7.83 3.61 31.29 -
YUV 43.82 190.75 138.12 -
System Red Green Blue C M Y K H S L
Decimal 58 15 155 0.63 0.90 0 0.39 258.43 0.82 0.33
Hex 3A F 9B 3F 5A 0 27 102 52 21
Octal 72 17 233 77 132 0 47 402 122 41
Binary 111010 1111 10011011 111111 1011010 0 100111 100000010 1010010 100001

Color Harmonies of #3A0F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0F9B

Black with #3A0F9B

Text Example


Text Example

White with #3A0F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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