Html Css Color HEX #3807AA Persian Indigo

📋 copy color: '#3807AA'

red 56 ◦ green 7 ◦ blue 170

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

Shades of Persian Indigo #3807AA

Tints of Persian Indigo #3807AA

RGB

 RED value IS 56 (22.27% from 255) = 24.03%

 GREEN value IS 7 (3.13% from 255) = 3%

 BLUE value IS 170 (66.8% from 255) = 72.96%

R = 24.03%
G = 3%
B = 72.96%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3807AA (or 0x3807AA) is known color: Persian Indigo. HEX triplet: 38, 07 and AA. RGB value is (56,7,170). Sum of RGB (Red+Green+Blue) = 56+7+170=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #3807AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3807AA is #C7F855. Grayscale: #272727. Windows color (decimal): -13105238 or 11142968. OLE color: 11142968.

HSL color Cylindrical-coordinate representation of color #3807AA: hue angle of 258.04º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3807AA is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 7 170 -
CMYK 0.67 0.96 0 0.33
HSL 258.04º 0.92% 0.35% -
HSV(B) 258.04º 0.96% 0.67% -
XYZ 8.96 3.89 38.31 -
YUV 40.23 201.23 139.25 -
System Red Green Blue C M Y K H S L
Decimal 56 7 170 0.67 0.96 0 0.33 258.04 0.92 0.35
Hex 38 7 AA 43 60 0 21 102 5C 23
Octal 70 7 252 103 140 0 41 402 134 43
Binary 111000 111 10101010 1000011 1100000 0 100001 100000010 1011100 100011

Color Harmonies of #3807AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3807AA

Black with #3807AA

Text Example


Text Example

White with #3807AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3807AA; }

 p { color: rgb(56,7,170); }

 H1.HeaderClassName
 {
   color: #3807AA;
 }
 .AnyTagClassName
 {
   color: #3807AA;
 }
</style>

background-color css

<style>
 a { background-color: #3807AA; }

 a { background-color: rgb(56,7,170); }

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

border-color css

<style>
 span { border-color: #3807AA; }

 span { border-color: rgb(56,7,170); }

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