Html Css Color HEX #3800B0 Indigo

📋 copy color: '#3800B0'

red 56 ◦ green 0 ◦ blue 176

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

Shades of Indigo #3800B0

Tints of Indigo #3800B0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 176 (69.14% from 255) = 75.86%

R = 24.14%
G = 0%
B = 75.86%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3800B0 (or 0x3800B0) is known color: Indigo. HEX triplet: 38, 00 and B0. RGB value is (56,0,176). Sum of RGB (Red+Green+Blue) = 56+0+176=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 176 (69.14% from 255 or 75.86% from 232); Max value from RGB is 176 - color contains mainly: blue. Hex color #3800B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3800B0 is #C7FF4F. Grayscale: #242424. Windows color (decimal): -13107024 or 11534392. OLE color: 11534392.

HSL color Cylindrical-coordinate representation of color #3800B0: hue angle of 259.09º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3800B0 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 0 176 -
CMYK 0.68 1 0 0.31
HSL 259.09º 1% 0.35% -
HSV(B) 259.09º 1% 0.69% -
XYZ 9.47 3.98 41.34 -
YUV 36.81 206.55 141.69 -
System Red Green Blue C M Y K H S L
Decimal 56 0 176 0.68 1 0 0.31 259.09 1 0.35
Hex 38 0 B0 44 64 0 1F 103 64 23
Octal 70 0 260 104 144 0 37 403 144 43
Binary 111000 0 10110000 1000100 1100100 0 11111 100000011 1100100 100011

Color Harmonies of #3800B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3800B0

Black with #3800B0

Text Example


Text Example

White with #3800B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3800B0; }

 p { color: rgb(56,0,176); }

 H1.HeaderClassName
 {
   color: #3800B0;
 }
 .AnyTagClassName
 {
   color: #3800B0;
 }
</style>

background-color css

<style>
 a { background-color: #3800B0; }

 a { background-color: rgb(56,0,176); }

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

border-color css

<style>
 span { border-color: #3800B0; }

 span { border-color: rgb(56,0,176); }

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