Html Css Color HEX #230162 Persian Indigo

📋 copy color: '#230162'

red 35 ◦ green 1 ◦ blue 98

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

Shades of Persian Indigo #230162

Tints of Persian Indigo #230162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 73.13%

R = 26.12%
G = 0.75%
B = 73.13%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#230162 (or 0x230162) is known color: Persian Indigo. HEX triplet: 23, 01 and 62. RGB value is (35,1,98). Sum of RGB (Red+Green+Blue) = 35+1+98=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 98 (38.67% from 255 or 73.13% from 134); Max value from RGB is 98 - color contains mainly: blue. Hex color #230162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230162 is #DCFE9D. Grayscale: #151515. Windows color (decimal): -14483102 or 6422819. OLE color: 6422819.

HSL color Cylindrical-coordinate representation of color #230162: hue angle of 261.03º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230162 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 1 98 -
CMYK 0.64 0.99 0 0.62
HSL 261.03º 0.98% 0.19% -
HSV(B) 261.03º 0.99% 0.38% -
XYZ 2.91 1.26 11.65 -
YUV 22.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 35 1 98 0.64 0.99 0 0.62 261.03 0.98 0.19
Hex 23 1 62 40 63 0 3E 105 62 13
Octal 43 1 142 100 143 0 76 405 142 23
Binary 100011 1 1100010 1000000 1100011 0 111110 100000101 1100010 10011

Color Harmonies of #230162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230162

Black with #230162

Text Example


Text Example

White with #230162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230162; }

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

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

background-color css

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

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

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

border-color css

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

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

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