Html Css Color HEX #230186 Persian Indigo

📋 copy color: '#230186'

red 35 ◦ green 1 ◦ blue 134

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

Shades of Persian Indigo #230186

Tints of Persian Indigo #230186

RGB

 RED value IS 35 (14.06% from 255) = 20.59%

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

 BLUE value IS 134 (52.73% from 255) = 78.82%

R = 20.59%
G = 0.59%
B = 78.82%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#230186 (or 0x230186) is known color: Persian Indigo. HEX triplet: 23, 01 and 86. RGB value is (35,1,134). Sum of RGB (Red+Green+Blue) = 35+1+134=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 134 (52.73% from 255 or 78.82% from 170); Max value from RGB is 134 - color contains mainly: blue. Hex color #230186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230186 is #DCFE79. Grayscale: #191919. Windows color (decimal): -14483066 or 8782115. OLE color: 8782115.

HSL color Cylindrical-coordinate representation of color #230186: hue angle of 255.34º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230186 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 1 134 -
CMYK 0.74 0.99 0 0.47
HSL 255.34º 0.99% 0.26% -
HSV(B) 255.34º 0.99% 0.53% -
XYZ 5.01 2.1 22.7 -
YUV 26.33 188.76 134.19 -
System Red Green Blue C M Y K H S L
Decimal 35 1 134 0.74 0.99 0 0.47 255.34 0.99 0.26
Hex 23 1 86 4A 63 0 2F FF 63 1A
Octal 43 1 206 112 143 0 57 377 143 32
Binary 100011 1 10000110 1001010 1100011 0 101111 11111111 1100011 11010

Color Harmonies of #230186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230186

Black with #230186

Text Example


Text Example

White with #230186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230186; }

 p { color: rgb(35,1,134); }

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

background-color css

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

 a { background-color: rgb(35,1,134); }

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

border-color css

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

 span { border-color: rgb(35,1,134); }

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