Html Css Color HEX #38088B Persian Indigo

📋 copy color: '#38088B'

red 56 ◦ green 8 ◦ blue 139

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

Shades of Persian Indigo #38088B

Tints of Persian Indigo #38088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 68.47%

R = 27.59%
G = 3.94%
B = 68.47%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38088B (or 0x38088B) is known color: Persian Indigo. HEX triplet: 38, 08 and 8B. RGB value is (56,8,139). Sum of RGB (Red+Green+Blue) = 56+8+139=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #38088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38088B is #C7F774. Grayscale: #242424. Windows color (decimal): -13105013 or 9111608. OLE color: 9111608.

HSL color Cylindrical-coordinate representation of color #38088B: hue angle of 261.98º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38088B is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 8 139 -
CMYK 0.60 0.94 0 0.45
HSL 261.98º 0.89% 0.29% -
HSV(B) 261.98º 0.94% 0.55% -
XYZ 6.38 2.88 24.65 -
YUV 37.29 185.4 141.35 -
System Red Green Blue C M Y K H S L
Decimal 56 8 139 0.60 0.94 0 0.45 261.98 0.89 0.29
Hex 38 8 8B 3C 5E 0 2D 106 59 1D
Octal 70 10 213 74 136 0 55 406 131 35
Binary 111000 1000 10001011 111100 1011110 0 101101 100000110 1011001 11101

Color Harmonies of #38088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38088B

Black with #38088B

Text Example


Text Example

White with #38088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38088B; }

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

 H1.HeaderClassName
 {
   color: #38088B;
 }
 .AnyTagClassName
 {
   color: #38088B;
 }
</style>

background-color css

<style>
 a { background-color: #38088B; }

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

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

border-color css

<style>
 span { border-color: #38088B; }

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

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