Html Css Color HEX #38079F Persian Indigo

📋 copy color: '#38079F'

red 56 ◦ green 7 ◦ blue 159

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

Shades of Persian Indigo #38079F

Tints of Persian Indigo #38079F

RGB

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

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

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

R = 25.23%
G = 3.15%
B = 71.62%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38079F (or 0x38079F) is known color: Persian Indigo. HEX triplet: 38, 07 and 9F. RGB value is (56,7,159). Sum of RGB (Red+Green+Blue) = 56+7+159=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 7 (3.12% from 255 or 3.15% 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 #38079F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38079F is #C7F860. Grayscale: #262626. Windows color (decimal): -13105249 or 10422072. OLE color: 10422072.

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

Color convert

RGB 56 7 159 -
CMYK 0.65 0.96 0 0.38
HSL 259.34º 0.92% 0.33% -
HSV(B) 259.34º 0.96% 0.62% -
XYZ 7.96 3.5 33.06 -
YUV 38.98 195.73 140.14 -
System Red Green Blue C M Y K H S L
Decimal 56 7 159 0.65 0.96 0 0.38 259.34 0.92 0.33
Hex 38 7 9F 41 60 0 26 103 5C 21
Octal 70 7 237 101 140 0 46 403 134 41
Binary 111000 111 10011111 1000001 1100000 0 100110 100000011 1011100 100001

Color Harmonies of #38079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38079F

Black with #38079F

Text Example


Text Example

White with #38079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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