Html Css Color HEX #38089F Persian Indigo

📋 copy color: '#38089F'

red 56 ◦ green 8 ◦ blue 159

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

Shades of Persian Indigo #38089F

Tints of Persian Indigo #38089F

RGB

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

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

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

R = 25.11%
G = 3.59%
B = 71.3%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38089F (or 0x38089F) is known color: Persian Indigo. HEX triplet: 38, 08 and 9F. RGB value is (56,8,159). Sum of RGB (Red+Green+Blue) = 56+8+159=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #38089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38089F is #C7F760. Grayscale: #272727. Windows color (decimal): -13104993 or 10422328. OLE color: 10422328.

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

Color convert

RGB 56 8 159 -
CMYK 0.65 0.95 0 0.38
HSL 259.07º 0.9% 0.33% -
HSV(B) 259.07º 0.95% 0.62% -
XYZ 7.98 3.52 33.06 -
YUV 39.57 195.4 139.72 -
System Red Green Blue C M Y K H S L
Decimal 56 8 159 0.65 0.95 0 0.38 259.07 0.9 0.33
Hex 38 8 9F 41 5F 0 26 103 5A 21
Octal 70 10 237 101 137 0 46 403 132 41
Binary 111000 1000 10011111 1000001 1011111 0 100110 100000011 1011010 100001

Color Harmonies of #38089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38089F

Black with #38089F

Text Example


Text Example

White with #38089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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