Html Css Color HEX #3A0667 Persian Indigo

📋 copy color: '#3A0667'

red 58 ◦ green 6 ◦ blue 103

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

Shades of Persian Indigo #3A0667

Tints of Persian Indigo #3A0667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.59%

 BLUE value IS 103 (40.63% from 255) = 61.68%

R = 34.73%
G = 3.59%
B = 61.68%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3A0667 (or 0x3A0667) is known color: Persian Indigo. HEX triplet: 3A, 06 and 67. RGB value is (58,6,103). Sum of RGB (Red+Green+Blue) = 58+6+103=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #3A0667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0667 is #C5F998. Grayscale: #202020. Windows color (decimal): -12974489 or 6751802. OLE color: 6751802.

HSL color Cylindrical-coordinate representation of color #3A0667: hue angle of 272.16º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0667 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 58 6 103 -
CMYK 0.44 0.94 0 0.60
HSL 272.16º 0.89% 0.21% -
HSV(B) 272.16º 0.94% 0.4% -
XYZ 4.26 2.01 13 -
YUV 32.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 58 6 103 0.44 0.94 0 0.60 272.16 0.89 0.21
Hex 3A 6 67 2C 5E 0 3C 110 59 15
Octal 72 6 147 54 136 0 74 420 131 25
Binary 111010 110 1100111 101100 1011110 0 111100 100010000 1011001 10101

Color Harmonies of #3A0667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0667

Black with #3A0667

Text Example


Text Example

White with #3A0667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,6,103); }

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

background-color css

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

 a { background-color: rgb(58,6,103); }

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

border-color css

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

 span { border-color: rgb(58,6,103); }

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