Html Css Color HEX #38099F Persian Indigo

📋 copy color: '#38099F'

red 56 ◦ green 9 ◦ blue 159

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

Shades of Persian Indigo #38099F

Tints of Persian Indigo #38099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

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

R = 25%
G = 4.02%
B = 70.98%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38099F (or 0x38099F) is known color: Persian Indigo. HEX triplet: 38, 09 and 9F. RGB value is (56,9,159). Sum of RGB (Red+Green+Blue) = 56+9+159=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #38099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38099F is #C7F660. Grayscale: #272727. Windows color (decimal): -13104737 or 10422584. OLE color: 10422584.

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

Color convert

RGB 56 9 159 -
CMYK 0.65 0.94 0 0.38
HSL 258.8º 0.89% 0.33% -
HSV(B) 258.8º 0.94% 0.62% -
XYZ 7.99 3.54 33.06 -
YUV 40.15 195.07 139.3 -
System Red Green Blue C M Y K H S L
Decimal 56 9 159 0.65 0.94 0 0.38 258.8 0.89 0.33
Hex 38 9 9F 41 5E 0 26 103 59 21
Octal 70 11 237 101 136 0 46 403 131 41
Binary 111000 1001 10011111 1000001 1011110 0 100110 100000011 1011001 100001

Color Harmonies of #38099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38099F

Black with #38099F

Text Example


Text Example

White with #38099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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