Html Css Color HEX #230185 Persian Indigo

📋 copy color: '#230185'

red 35 ◦ green 1 ◦ blue 133

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

Shades of Persian Indigo #230185

Tints of Persian Indigo #230185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 78.7%

R = 20.71%
G = 0.59%
B = 78.7%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#230185 (or 0x230185) is known color: Persian Indigo. HEX triplet: 23, 01 and 85. RGB value is (35,1,133). Sum of RGB (Red+Green+Blue) = 35+1+133=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 133 (52.34% from 255 or 78.70% from 169); Max value from RGB is 133 - color contains mainly: blue. Hex color #230185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230185 is #DCFE7A. Grayscale: #191919. Windows color (decimal): -14483067 or 8716579. OLE color: 8716579.

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

Color convert

RGB 35 1 133 -
CMYK 0.74 0.99 0 0.48
HSL 255.45º 0.99% 0.26% -
HSV(B) 255.45º 0.99% 0.52% -
XYZ 4.94 2.07 22.33 -
YUV 26.21 188.26 134.27 -
System Red Green Blue C M Y K H S L
Decimal 35 1 133 0.74 0.99 0 0.48 255.45 0.99 0.26
Hex 23 1 85 4A 63 0 30 FF 63 1A
Octal 43 1 205 112 143 0 60 377 143 32
Binary 100011 1 10000101 1001010 1100011 0 110000 11111111 1100011 11010

Color Harmonies of #230185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230185

Black with #230185

Text Example


Text Example

White with #230185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230185; }

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

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

background-color css

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

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

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

border-color css

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

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

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