Html Css Color HEX #39069F Persian Indigo

📋 copy color: '#39069F'

red 57 ◦ green 6 ◦ blue 159

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

Shades of Persian Indigo #39069F

Tints of Persian Indigo #39069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 71.62%

R = 25.68%
G = 2.7%
B = 71.62%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39069F (or 0x39069F) is known color: Persian Indigo. HEX triplet: 39, 06 and 9F. RGB value is (57,6,159). Sum of RGB (Red+Green+Blue) = 57+6+159=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #39069F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39069F is #C6F960. Grayscale: #262626. Windows color (decimal): -13039969 or 10421817. OLE color: 10421817.

HSL color Cylindrical-coordinate representation of color #39069F: hue angle of 260º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #39069F is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 6 159 -
CMYK 0.64 0.96 0 0.38
HSL 260º 0.93% 0.32% -
HSV(B) 260º 0.96% 0.62% -
XYZ 8.01 3.5 33.05 -
YUV 38.69 195.9 141.06 -
System Red Green Blue C M Y K H S L
Decimal 57 6 159 0.64 0.96 0 0.38 260 0.93 0.32
Hex 39 6 9F 40 60 0 26 104 5D 20
Octal 71 6 237 100 140 0 46 404 135 40
Binary 111001 110 10011111 1000000 1100000 0 100110 100000100 1011101 100000

Color Harmonies of #39069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39069F

Black with #39069F

Text Example


Text Example

White with #39069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39069F; }

 p { color: rgb(57,6,159); }

 H1.HeaderClassName
 {
   color: #39069F;
 }
 .AnyTagClassName
 {
   color: #39069F;
 }
</style>

background-color css

<style>
 a { background-color: #39069F; }

 a { background-color: rgb(57,6,159); }

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

border-color css

<style>
 span { border-color: #39069F; }

 span { border-color: rgb(57,6,159); }

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