Html Css Color HEX #3908AA Persian Indigo

📋 copy color: '#3908AA'

red 57 ◦ green 8 ◦ blue 170

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

Shades of Persian Indigo #3908AA

Tints of Persian Indigo #3908AA

RGB

 RED value IS 57 (22.66% from 255) = 24.26%

 GREEN value IS 8 (3.52% from 255) = 3.4%

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

R = 24.26%
G = 3.4%
B = 72.34%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3908AA (or 0x3908AA) is known color: Persian Indigo. HEX triplet: 39, 08 and AA. RGB value is (57,8,170). Sum of RGB (Red+Green+Blue) = 57+8+170=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #3908AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3908AA is #C6F755. Grayscale: #282828. Windows color (decimal): -13039446 or 11143225. OLE color: 11143225.

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

Color convert

RGB 57 8 170 -
CMYK 0.66 0.95 0 0.33
HSL 258.15º 0.91% 0.35% -
HSV(B) 258.15º 0.95% 0.67% -
XYZ 9.03 3.95 38.32 -
YUV 41.12 200.73 139.33 -
System Red Green Blue C M Y K H S L
Decimal 57 8 170 0.66 0.95 0 0.33 258.15 0.91 0.35
Hex 39 8 AA 42 5F 0 21 102 5B 23
Octal 71 10 252 102 137 0 41 402 133 43
Binary 111001 1000 10101010 1000010 1011111 0 100001 100000010 1011011 100011

Color Harmonies of #3908AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3908AA

Black with #3908AA

Text Example


Text Example

White with #3908AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,8,170); }

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

background-color css

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

 a { background-color: rgb(57,8,170); }

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

border-color css

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

 span { border-color: rgb(57,8,170); }

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