Html Css Color HEX #380098 Indigo

📋 copy color: '#380098'

red 56 ◦ green 0 ◦ blue 152

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

Shades of Indigo #380098

Tints of Indigo #380098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 73.08%

R = 26.92%
G = 0%
B = 73.08%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#380098 (or 0x380098) is known color: Indigo. HEX triplet: 38, 00 and 98. RGB value is (56,0,152). Sum of RGB (Red+Green+Blue) = 56+0+152=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 152 (59.77% from 255 or 73.08% from 208); Max value from RGB is 152 - color contains mainly: blue. Hex color #380098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380098 is #C7FF67. Grayscale: #212121. Windows color (decimal): -13107048 or 9961528. OLE color: 9961528.

HSL color Cylindrical-coordinate representation of color #380098: hue angle of 262.11º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380098 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 0 152 -
CMYK 0.63 1 0 0.40
HSL 262.11º 1% 0.3% -
HSV(B) 262.11º 1% 0.6% -
XYZ 7.3 3.11 29.92 -
YUV 34.07 194.55 143.64 -
System Red Green Blue C M Y K H S L
Decimal 56 0 152 0.63 1 0 0.40 262.11 1 0.3
Hex 38 0 98 3F 64 0 28 106 64 1E
Octal 70 0 230 77 144 0 50 406 144 36
Binary 111000 0 10011000 111111 1100100 0 101000 100000110 1100100 11110

Color Harmonies of #380098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380098

Black with #380098

Text Example


Text Example

White with #380098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380098; }

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

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

background-color css

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

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

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

border-color css

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

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

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