Html Css Color HEX #38018B Indigo

📋 copy color: '#38018B'

red 56 ◦ green 1 ◦ blue 139

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

Shades of Indigo #38018B

Tints of Indigo #38018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 28.57%
G = 0.51%
B = 70.92%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38018B (or 0x38018B) is known color: Indigo. HEX triplet: 38, 01 and 8B. RGB value is (56,1,139). Sum of RGB (Red+Green+Blue) = 56+1+139=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #38018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38018B is #C7FE74. Grayscale: #202020. Windows color (decimal): -13106805 or 9109816. OLE color: 9109816.

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

Color convert

RGB 56 1 139 -
CMYK 0.60 0.99 0 0.45
HSL 263.91º 0.99% 0.27% -
HSV(B) 263.91º 0.99% 0.55% -
XYZ 6.3 2.73 24.62 -
YUV 33.18 187.72 144.28 -
System Red Green Blue C M Y K H S L
Decimal 56 1 139 0.60 0.99 0 0.45 263.91 0.99 0.27
Hex 38 1 8B 3C 63 0 2D 108 63 1B
Octal 70 1 213 74 143 0 55 410 143 33
Binary 111000 1 10001011 111100 1100011 0 101101 100001000 1100011 11011

Color Harmonies of #38018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38018B

Black with #38018B

Text Example


Text Example

White with #38018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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