Html Css Color HEX #38026C Persian Indigo

📋 copy color: '#38026C'

red 56 ◦ green 2 ◦ blue 108

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

Shades of Persian Indigo #38026C

Tints of Persian Indigo #38026C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

 BLUE value IS 108 (42.58% from 255) = 65.06%

R = 33.73%
G = 1.2%
B = 65.06%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38026C (or 0x38026C) is known color: Persian Indigo. HEX triplet: 38, 02 and 6C. RGB value is (56,2,108). Sum of RGB (Red+Green+Blue) = 56+2+108=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #38026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38026C is #C7FD93. Grayscale: #1D1D1D. Windows color (decimal): -13106580 or 7078456. OLE color: 7078456.

HSL color Cylindrical-coordinate representation of color #38026C: hue angle of 270.57º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38026C is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 2 108 -
CMYK 0.48 0.98 0 0.58
HSL 270.57º 0.96% 0.22% -
HSV(B) 270.57º 0.98% 0.42% -
XYZ 4.36 1.97 14.34 -
YUV 30.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 56 2 108 0.48 0.98 0 0.58 270.57 0.96 0.22
Hex 38 2 6C 30 62 0 3A 10F 60 16
Octal 70 2 154 60 142 0 72 417 140 26
Binary 111000 10 1101100 110000 1100010 0 111010 100001111 1100000 10110

Color Harmonies of #38026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38026C

Black with #38026C

Text Example


Text Example

White with #38026C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38026C; }

 p { color: rgb(56,2,108); }

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

background-color css

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

 a { background-color: rgb(56,2,108); }

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

border-color css

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

 span { border-color: rgb(56,2,108); }

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